更新工程:Bootstrap.DataAccess.SQLServer工程增加强命名
This commit is contained in:
parent
1da70e84d6
commit
50b5c26359
|
@ -1,9 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Longbow.Cache" Version="1.0.2" />
|
||||
<PackageReference Include="Longbow.Configuration" Version="1.0.3" />
|
||||
|
|
Loading…
Reference in New Issue