Skip to content

Commit

Permalink
Drop System.Text.Json to 5.0.0 to match Visual Studio (microsoft#331)
Browse files Browse the repository at this point in the history
Else extension doesn't work
  • Loading branch information
gfs authored Oct 14, 2021
1 parent b4abd31 commit 97cab3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@
<Version>16.10.230</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading">
<Version>16.10.56</Version>
<Version>17.0.63</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers">
<Version>16.10.56</Version>
<Version>17.0.63</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.1600</Version>
<Version>17.0.5232</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -261,7 +261,7 @@
<Version>2.8.46</Version>
</PackageReference>
<PackageReference Include="StreamJsonRpc">
<Version>2.8.21</Version>
<Version>2.8.28</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>5.0.0</Version>
Expand Down Expand Up @@ -291,7 +291,7 @@
<Version>4.3.2</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>5.0.2</Version>
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Dataflow">
<Version>5.0.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CST.OAT" Version="1.1.13" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 97cab3b

Please sign in to comment.