Skip to content

Commit aa975c4

Browse files
committed
Release 3.1.0 (Newtonsoft, SystemTextJson)
1 parent be8902f commit aa975c4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/FsCodec.NewtonsoftJson/FsCodec.NewtonsoftJson.fsproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.1</TargetFramework>
66
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
7-
<!-- Temporarily disable warning while we bootstrap-->
8-
<NoWarn>NU5104</NoWarn>
97
</PropertyGroup>
108

119
<ItemGroup>
@@ -32,7 +30,7 @@
3230

3331
<ItemGroup>
3432
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec.Box/FsCodec.Box.fsproj" />
35-
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.1.0-rc.3, 4.0.0)" />
33+
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.1.0, 4.0.0)" />
3634
</ItemGroup>
3735

3836
</Project>

src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard2.1</TargetFramework>
77
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
8-
<!-- Temporarily disable warning while we bootstrap-->
9-
<NoWarn>NU5104</NoWarn>
108
</PropertyGroup>
119

1210
<ItemGroup>
@@ -34,7 +32,7 @@
3432

3533
<ItemGroup>
3634
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec.Box/FsCodec.Box.fsproj" />
37-
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.1.0-rc.3, 4.0.0)" />
35+
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.1.0, 4.0.0)" />
3836
</ItemGroup>
3937

4038
</Project>

0 commit comments

Comments
 (0)