File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
SubSonic.Core.Abstractions Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
77 <Version >4.1.0-alpha.1</Version >
88 <SignAssembly >true</SignAssembly >
99 <AssemblyOriginatorKeyFile >SubSonicStrongName.snk</AssemblyOriginatorKeyFile >
10+ <PackageLicenseFile >LICENSE.MD</PackageLicenseFile >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
1314 <PackageReference Condition =" '$(TargetFramework)'=='netstandard2.0'" Include =" AsyncEnumerator" Version =" 4.0.2" />
1415 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.5" />
1516 </ItemGroup >
1617
18+ <ItemGroup >
19+ <None Include =" ..\LICENSE.MD" >
20+ <Pack >True</Pack >
21+ <PackagePath ></PackagePath >
22+ </None >
23+ </ItemGroup >
24+
1725</Project >
You can’t perform that action at this time.
0 commit comments