+ git rid of the nuspec, and generate the package on build to avoid discrepancies on package content/platform support in the future.
+ remove browser link refs as it's useless. + remove ps scripts used to pack, since we pack on build now. + update license + remove lib folder as it's now unused
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="3.1.1" />
|
||||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.17.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.12" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.12" />
|
||||
@@ -25,10 +26,6 @@
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\AspNetCore.Identity.MongoDbCore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="appsettings.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
||||
Reference in New Issue
Block a user