Skip to content

Commit c4de9bc

Browse files
committed
JsonNet: 1.2.2
1 parent ba7b74b commit c4de9bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.Common.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization</PackageTags>
1616
</PropertyGroup>
17-
1817
<!-- Assembly and msbuild properties -->
1918
<PropertyGroup>
2019
<TargetFrameworks>netstandard1.0;net35;net40</TargetFrameworks>
@@ -25,13 +24,11 @@
2524
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
2625
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
2726
</PropertyGroup>
28-
2927
<!-- NuGet references that work for both signed and unsigned -->
3028
<ItemGroup>
3129
<PackageReference Include="JetBrains.Annotations" Version="10.4.0" PrivateAssets="All" />
3230
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
3331
</ItemGroup>
34-
3532
<!-- Exclude certain files from default inclusion pattern -->
3633
<ItemGroup>
3734
<Compile Remove="obj\**" />

0 commit comments

Comments
 (0)