We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ec959 commit ad8daceCopy full SHA for ad8dace
M6T.Core.TupleModelBinder/M6T.Core.TupleModelBinder.csproj
@@ -9,6 +9,7 @@
9
<RepositoryUrl>https://github.com/m6t/M6T.Core.TupleModelBinder</RepositoryUrl>
10
<PackageProjectUrl>https://github.com/m6t/M6T.Core.TupleModelBinder</PackageProjectUrl>
11
<PackageId>M6T.Core.TupleModelBinder</PackageId>
12
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
13
</PropertyGroup>
14
15
<ItemGroup>
@@ -17,4 +18,11 @@
17
18
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
19
</ItemGroup>
20
21
+ <ItemGroup>
22
+ <None Include="..\LICENSE">
23
+ <Pack>True</Pack>
24
+ <PackagePath></PackagePath>
25
+ </None>
26
+ </ItemGroup>
27
+
28
</Project>
0 commit comments