Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsapronov committed Oct 11, 2018
1 parent 772a14c commit 07ed4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FSharp.Json/FSharp.Json.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>F# JSON Reflection based serialization library</Description>
<Authors>vsapronov</Authors>
<PackageLicenseUrl>https://github.com/vsapronov/FSharp.Json/blob/master/LICENSE.txt</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion tests/FSharp.Json.Tests/FSharp.Json.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 07ed4d0

Please sign in to comment.