There was an error while loading. Please reload this page.
2 parents 5b2a27f + 19fec24 commit 8d25bbdCopy full SHA for 8d25bbd
src/JsonNetConverters/JsonNetConverters.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>netstandard1.3</TargetFramework>
4
+ <NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
5
<PackageId>UnixTimeConverter</PackageId>
6
<PackageVersion>1.2.0</PackageVersion>
7
<Authors>Egor Grishechko</Authors>
@@ -19,4 +20,4 @@
19
20
<ItemGroup>
21
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
22
</ItemGroup>
-</Project>
23
+</Project>
0 commit comments