File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1717 <Description >Generates json schemata from class definitions.</Description >
1818 <PackageTags >Source Generator;json schema;appsettings</PackageTags >
19+ <PackageIcon >logo_256.png</PackageIcon >
1920 </PropertyGroup >
2021
2122 <PropertyGroup >
2223 <DefineConstants >$(DefineConstants);GENERATOR</DefineConstants >
2324 </PropertyGroup >
2425
25- <ItemGroup >
26- <None Remove =" build\JsonSchemaGenerator.props~RF1fe5b6d.TMP" />
27- </ItemGroup >
28-
2926 <ItemGroup >
3027 <PackageReference Update =" NETStandard.Library" PrivateAssets =" all" />
3128 <PackageReference Include =" IKVM.Core.MSBuild" Version =" 0.1.103" >
4845 </ItemGroup >
4946
5047 <ItemGroup >
51- <None Include =" build\**\*" Pack =" true" PackagePath =" build\%(RecursiveDir)%(Filename)%(Extension)" />
52- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
48+ <None Include =" docs\logo_256.png" Pack =" true" PackagePath =" " />
49+ <None Include =" build\**\*" Pack =" true"
50+ PackagePath=" build\%(RecursiveDir)%(Filename)%(Extension)" />
51+ <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true"
52+ PackagePath=" analyzers/dotnet/cs" Visible =" false" />
5353 <None Include =" README.md" Pack =" true" PackagePath =" /" CopyToOutputDirectory =" Always" />
5454 <None Include =" LICENSE.txt" Pack =" true" PackagePath =" /" CopyToOutputDirectory =" Always" />
5555 </ItemGroup >
7272 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7373 </None >
7474 </ItemGroup >
75- </Project >
75+ </Project >
You can’t perform that action at this time.
0 commit comments