Skip to content

Commit 42c8d64

Browse files
authored
Force using the same Newtonsoft.Json version for all projects. (#443)
1 parent c5a88dc commit 42c8d64

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/Storage.Management/Storage.Management.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OmitJsonPackage>true</OmitJsonPackage>
4-
</PropertyGroup>
52
<Import Project="$(ProjectDir)..\Dependencies.Client.targets" />
63

74
<PropertyGroup>

src/Storage/Storage.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OmitJsonPackage>true</OmitJsonPackage>
4-
</PropertyGroup>
5-
62
<Import Project="$(ProjectDir)..\Dependencies.targets" />
73

84
<PropertyGroup>

0 commit comments

Comments
 (0)