46 lines
2.0 KiB
XML
46 lines
2.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<LangVersion>7.3</LangVersion>
|
|
<Configurations>Debug;Release</Configurations>
|
|
<Version>0.0.9</Version>
|
|
<Product>Oqtane</Product>
|
|
<Authors>Shaun Walker</Authors>
|
|
<Company>.NET Foundation</Company>
|
|
<Description>Modular Application Framework for Blazor</Description>
|
|
<Copyright>.NET Foundation</Copyright>
|
|
<PackageProjectUrl>https://www.oqtane.org</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/oqtane</RepositoryUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<PackageReleaseNotes>Not for production use.</PackageReleaseNotes>
|
|
<RootNamespace>Oqtane</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Modules\HtmlText\Scripts\HtmlText.1.0.0.sql" />
|
|
<EmbeddedResource Include="Modules\HtmlText\Scripts\HtmlText.Uninstall.sql" />
|
|
<EmbeddedResource Include="Scripts\Master.00.00.00.sql" />
|
|
<EmbeddedResource Include="Scripts\Master.00.00.01.sql" />
|
|
<EmbeddedResource Include="Scripts\Tenant.00.00.00.sql" />
|
|
<EmbeddedResource Include="Scripts\Tenant.00.00.01.sql" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="dbup" Version="4.3.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-preview5.20216.8" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.2" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.2" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.1.0" />
|
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Oqtane.Client\Oqtane.Client.csproj" />
|
|
<ProjectReference Include="..\Oqtane.Shared\Oqtane.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|