File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >6.0.0-rc.1.21452.15 </AspNetCoreVersion >
4
- <BlazorVersion >6.0.0-rc.1.21452.15 </BlazorVersion >
5
- <EntityFrameworkVersion >6.0.0-rc.1.21452.10 </EntityFrameworkVersion >
6
- <SystemNetHttpJsonVersion >6.0.0-rc.1.21451.13 </SystemNetHttpJsonVersion >
3
+ <AspNetCoreVersion >6.0.0-rc.2.21471.1 </AspNetCoreVersion >
4
+ <BlazorVersion >6.0.0-rc.2.21471.1 </BlazorVersion >
5
+ <EntityFrameworkVersion >6.0.0-rc.2.21471.1 </EntityFrameworkVersion >
6
+ <SystemNetHttpJsonVersion >6.0.0-rc.2.21470.23 </SystemNetHttpJsonVersion >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
4
<!-- To inherit the global NuGet package sources remove the <clear/> line below -->
5
5
<clear />
6
6
<add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
7
+ <add key =" dotnet6" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
7
8
</packageSources >
8
9
</configuration >
You can’t perform that action at this time.
0 commit comments