Skip to content

Commit

Permalink
Update dotnet monorepo to v6.0.0-preview.7.21377.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 10, 2021
1 parent e7f1a84 commit c3b1cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/Schema.NET.Tool/Schema.NET.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
.NET SDK issue with related transient dependency discussion https://github.com/dotnet/sdk/issues/17775
-->
<ItemGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.6.21352.12" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0-preview.6.21352.12" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.7.21377.19" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0-preview.7.21377.19" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Buffers" Version="4.5.1" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.4" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.6.21352.12" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0-preview.6.21352.12" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0-preview.7.21377.19" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" GeneratePathProperty="true" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit c3b1cf0

Please sign in to comment.