File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 .NET SDK issue with related transient dependency discussion https://github.com/dotnet/sdk/issues/17775
2121 -->
2222 <ItemGroup Condition =" '$(BuildingInsideVisualStudio)' == 'true'" >
23- <PackageReference Include =" System.Text.Json" Version =" 6.0.0-preview.7.21377.19 " GeneratePathProperty =" true" PrivateAssets =" all" />
24- <PackageReference Include =" System.Text.Encodings.Web" Version =" 6.0.0-preview.7.21377.19 " GeneratePathProperty =" true" PrivateAssets =" all" />
23+ <PackageReference Include =" System.Text.Json" Version =" 6.0.0-rc.1.21451.13 " GeneratePathProperty =" true" PrivateAssets =" all" />
24+ <PackageReference Include =" System.Text.Encodings.Web" Version =" 6.0.0-rc.1.21451.13 " GeneratePathProperty =" true" PrivateAssets =" all" />
2525 <PackageReference Include =" System.Buffers" Version =" 4.5.1" GeneratePathProperty =" true" PrivateAssets =" all" />
2626 <PackageReference Include =" System.Memory" Version =" 4.5.4" GeneratePathProperty =" true" PrivateAssets =" all" />
2727 <PackageReference Include =" System.Numerics.Vectors" Version =" 4.5.0" GeneratePathProperty =" true" PrivateAssets =" all" />
28- <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0-preview.7.21377.19 " GeneratePathProperty =" true" PrivateAssets =" all" />
29- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0-preview.7.21377.19 " GeneratePathProperty =" true" PrivateAssets =" all" />
28+ <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0-rc.1.21451.13 " GeneratePathProperty =" true" PrivateAssets =" all" />
29+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0-rc.1.21451.13 " GeneratePathProperty =" true" PrivateAssets =" all" />
3030 <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" GeneratePathProperty =" true" PrivateAssets =" all" />
3131 </ItemGroup >
3232
You can’t perform that action at this time.
0 commit comments