Skip to content

Commit 3622f6b

Browse files
committed
2019-09-24 Revert Newtonsoft.Json to non-beta version 12.0.2
1 parent 7d27bd8 commit 3622f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<!-- Versioning properties -->
3232
<PropertyGroup>
3333
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.0.0</VersionPrefix>
34-
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">1</VersionSuffix>
34+
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">2</VersionSuffix>
3535
</PropertyGroup>
3636

3737
<Choose>

src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
20-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3-beta1" />
20+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)