|
1 | 1 | <Project>
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks> |
5 |
| - <Nullable>enable</Nullable> |
6 |
| - <LangVersion>latest</LangVersion> |
7 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
8 |
| - <NoWarn>$(NoWarn);CS1591</NoWarn> |
9 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <LangVersion>latest</LangVersion> |
| 7 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 8 | + <NoWarn>$(NoWarn);CS1591</NoWarn> |
| 9 | + </PropertyGroup> |
10 | 10 |
|
11 |
| - <PropertyGroup> |
12 |
| - <JsonDiffPatchPackageVersion>1.3.1</JsonDiffPatchPackageVersion> |
13 |
| - <Authors>Wei Chen</Authors> |
14 |
| - <PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl> |
15 |
| - <Copyright>Copyright © Wei Chen 2022</Copyright> |
16 |
| - <PackageIcon>icon.png</PackageIcon> |
17 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
18 |
| - <PackageReleaseNotes>https://github.com/weichch/system-text-json-jsondiffpatch/blob/$(JsonDiffPatchPackageVersion)/ReleaseNotes.md</PackageReleaseNotes> |
19 |
| - </PropertyGroup> |
| 11 | + <PropertyGroup> |
| 12 | + <JsonDiffPatchPackageVersion>1.3.1</JsonDiffPatchPackageVersion> |
| 13 | + <Authors>Wei Chen</Authors> |
| 14 | + <PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl> |
| 15 | + <Copyright>Copyright © Wei Chen 2022</Copyright> |
| 16 | + <PackageIcon>icon.png</PackageIcon> |
| 17 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 18 | + <PackageReleaseNotes>https://github.com/weichch/system-text-json-jsondiffpatch/blob/$(JsonDiffPatchPackageVersion)/ReleaseNotes.md</PackageReleaseNotes> |
| 19 | + </PropertyGroup> |
20 | 20 |
|
21 |
| - <PropertyGroup> |
22 |
| - <Version>$(JsonDiffPatchPackageVersion)</Version> |
23 |
| - <AssemblyVersion>1.0.0.0</AssemblyVersion> |
24 |
| - <FileVersion>1.0.0.0</FileVersion> |
25 |
| - </PropertyGroup> |
| 21 | + <PropertyGroup> |
| 22 | + <Version>$(JsonDiffPatchPackageVersion)</Version> |
| 23 | + <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| 24 | + <FileVersion>1.0.0.0</FileVersion> |
| 25 | + </PropertyGroup> |
| 26 | + |
| 27 | + <ItemGroup> |
| 28 | + <None Include="..\..\icon.png" Link="Packaging\icon.png" Pack="true" PackagePath="\" /> |
| 29 | + <None Include="..\..\LICENSE" Link="Packaging\LICENSE" Pack="true" PackagePath="\" /> |
| 30 | + </ItemGroup> |
26 | 31 |
|
27 |
| - <ItemGroup> |
28 |
| - <None Include="..\..\icon.png" Link="Packaging\icon.png" Pack="true" PackagePath="\" /> |
29 |
| - <None Include="..\..\LICENSE" Link="Packaging\LICENSE" Pack="true" PackagePath="\" /> |
30 |
| - </ItemGroup> |
31 |
| - |
32 | 32 | </Project>
|
0 commit comments