|
@@ -18,7 +18,7 @@ github:https://github.com/ldqk/Masuit.Tools
|
|
|
<UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
|
|
|
<RepositoryType>Github</RepositoryType>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
- <Version>2.4.8.3</Version>
|
|
|
+ <Version>2.4.8.4</Version>
|
|
|
<FileVersion>2.4.5.6</FileVersion>
|
|
|
<Company>masuit.com</Company>
|
|
|
<AssemblyVersion>2.4.5.6</AssemblyVersion>
|
|
@@ -27,6 +27,7 @@ github:https://github.com/ldqk/Masuit.Tools
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
@@ -66,10 +67,10 @@ github:https://github.com/ldqk/Masuit.Tools
|
|
|
</ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net6'">
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0" />
|
|
|
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.1" />
|
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0" />
|
|
|
<PackageReference Include="System.Management" Version="6.0" />
|
|
|
</ItemGroup>
|
|
@@ -97,7 +98,7 @@ github:https://github.com/ldqk/Masuit.Tools
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
- <DocumentationFile>.\Masuit.Tools.Core.xml</DocumentationFile>
|
|
|
+ <DocumentationFile></DocumentationFile>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<CodeAnalysisRuleSet />
|
|
|
</PropertyGroup>
|