Skip to content

Commit 79a0472

Browse files
committed
updating to rc2
1 parent 8fcb170 commit 79a0472

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<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>
77
</PropertyGroup>
88
</Project>

src/nuget.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<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" />
78
</packageSources>
89
</configuration>

0 commit comments

Comments
 (0)