File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
UnitsNet.Serialization.JsonNet Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 14
14
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15
15
<PackageTags >unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization</PackageTags >
16
16
</PropertyGroup >
17
-
18
17
<!-- Assembly and msbuild properties -->
19
18
<PropertyGroup >
20
19
<TargetFrameworks >netstandard1.0;net35;net40</TargetFrameworks >
25
24
<BaseIntermediateOutputPath >obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
26
25
<OutputPath >..\Artifacts\$(MSBuildProjectName)</OutputPath >
27
26
</PropertyGroup >
28
-
29
27
<!-- NuGet references that work for both signed and unsigned -->
30
28
<ItemGroup >
31
29
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
32
30
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
33
31
</ItemGroup >
34
-
35
32
<!-- Exclude certain files from default inclusion pattern -->
36
33
<ItemGroup >
37
34
<Compile Remove =" obj\**" />
You can’t perform that action at this time.
0 commit comments