File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Blazor.Extensions.Logging Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<!-- Versioning properties -->
32
32
<PropertyGroup >
33
33
<VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.0.0</VersionPrefix >
34
- <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >1 </VersionSuffix >
34
+ <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >2 </VersionSuffix >
35
35
</PropertyGroup >
36
36
37
37
<Choose >
Original file line number Diff line number Diff line change 17
17
<ItemGroup >
18
18
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0" />
19
19
<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 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments