Skip to content

Commit dc8f9b7

Browse files
Potapy4Rick Anderson
authored andcommitted
Update packages (dotnet#14574)
Use GA version
1 parent 258300a commit dc8f9b7

File tree

29 files changed

+98
-98
lines changed

29 files changed

+98
-98
lines changed

aspnetcore/data/ef-rp/intro/samples/cu30/ContosoUniversity.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview7.19362.6" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview7.19362.6">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview7.19362.4" />
14-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview7-19378-04" />
13+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1515
</ItemGroup>
1616

1717
</Project>

aspnetcore/fundamentals/app-state/3.0samples/RazorPagesContacts/RazorPagesContacts.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview8.19405.11" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview8.19405.11">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
1111

1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview8.19405.4" />
16-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview8-19413-06" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
16+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

aspnetcore/fundamentals/configuration/index/samples/3.x/ConfigurationSample/ConfigurationSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview7.19362.6" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview7.19362.6" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

aspnetcore/fundamentals/file-providers/samples/3.x/FileProviderSample/FileProviderSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="3.0.0-preview8.19405.4" />
9+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="3.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

aspnetcore/fundamentals/http-requests/samples/3.x/HttpClientFactoryConsoleSample/SampleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0-preview7.19362.4" />
10-
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0-preview7.19362.4" />
9+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

aspnetcore/fundamentals/http-requests/samples/3.x/HttpClientFactorySample/HttpClientFactorySample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview5-19227-01" />
12-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.0.0-preview5.19227.9" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.0.0" />
1313
</ItemGroup>
1414

1515
</Project>

aspnetcore/fundamentals/logging/index/samples/3.x/LoggingConsoleApp/LoggingConsoleApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0-preview7.19362.4" />
10-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0-preview7.19362.4" />
11-
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0-preview7.19362.4" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.0.0-preview7.19362.4" />
13-
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="3.0.0-preview7.19362.4" />
9+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="3.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

aspnetcore/fundamentals/logging/loggermessage/samples/3.x/LoggerMessageSample/LoggerMessageSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview8.19405.11" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

aspnetcore/host-and-deploy/health-checks/samples/3.x/HealthChecksSample/SampleApp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.0.0-preview8.19405.4" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview8.19405.11" />
10-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0-preview8.19405.7" />
8+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0" />
1111
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
12-
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview8.19405.3" />
12+
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
1313
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="2.2.1" />
1414
</ItemGroup>
1515

aspnetcore/host-and-deploy/windows-service/samples/3.x/AspNetCoreService/SampleApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview5-19227-01" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0-preview5.19227.9" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.0.0-preview5.19227.9" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

aspnetcore/performance/caching/distributed/samples/3.x/DistCacheSample/SampleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="3.0.0-preview8.19405.4" />
9-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="3.0.0-preview8.19405.4" />
8+
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="3.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

aspnetcore/performance/caching/memory/3.0sample/RPcache/RPcache.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview8.19405.11">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview8.19405.4" />
14-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview8-19413-06" />
13+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1515
</ItemGroup>
1616

1717
</Project>

aspnetcore/razor-pages/index/3.0sample/RazorPagesContacts/RazorPagesContacts.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview8.19405.11" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview8.19405.11">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview8.19405.4" />
15-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview8-19413-06" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

aspnetcore/razor-pages/razor-pages-conventions/samples/3.x/SampleApp/SampleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview7.19362.6" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview7.19362.6" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
1010
</ItemGroup>
1111
</Project>

aspnetcore/security/authentication/accconfirm/sample/WebPWrecover30/WebPWrecover.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0-preview7.19353.9" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview7.19352.17" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview7.19352.17" />
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0" />
1515
<PackageReference Include="SendGrid" Version="9.11.0" />
1616
</ItemGroup>
1717

aspnetcore/security/authorization/secure-data/samples/final3/ContactManager.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0-preview7.19353.9" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview7.19352.17" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview7.19352.17" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview6.19304.6" />
16-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview6-19319-03" />
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
16+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

aspnetcore/security/authorization/secure-data/samples/starter3/ContactManager.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0-preview7.19353.9" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0-preview7.19353.9" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview7.19352.17" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview7.19352.17" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview6.19304.6" />
16-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview6-19319-03" />
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
16+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

aspnetcore/test/integration-tests/samples/3.x/IntegrationTestsSample/src/RazorPagesProject/RazorPagesProject.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview9.19423.6" />
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0-preview9.19424.4" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0-preview9.19424.4" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0-preview9.19424.4" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview9.19423.6" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

aspnetcore/test/integration-tests/samples/3.x/IntegrationTestsSample/tests/RazorPagesProject.Tests/RazorPagesProject.Tests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<ItemGroup>
88
<PackageReference Include="AngleSharp" Version="0.13.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0-preview9.19424.4" />
10-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0-preview9.19424.4" />
11-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0-preview9.19424.4" />
12-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0-preview9.19424.4" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview9.19423.6" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview9.19423.6" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview9.19423.6" />
9+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
1818
</ItemGroup>

aspnetcore/test/razor-pages-tests/samples/3.x/src/RazorPagesTestSample/RazorPagesTestSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0-preview8.19405.11" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

aspnetcore/test/razor-pages-tests/samples/3.x/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0-preview-20190808-03" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
23-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.0.0-preview8.19405.7" />
23+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.0.0" />
2424
<PackageReference Include="Moq" Version="4.12.0" />
2525
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2626
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />

aspnetcore/tutorials/first-mongo-app/samples/3.x/SampleApp/BooksApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview8.19405.7" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
1010
<PackageReference Include="MongoDB.Driver" Version="2.9.0" />
1111
</ItemGroup>
1212

aspnetcore/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/MvcMovie.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.SQLite" Version="3.0.0-preview8.19405.11" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-preview8.19405.11" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0-preview8.19405.11">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.SQLite" Version="3.0.0" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0-preview8.19405.4" />
15-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0-preview8-19413-06" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
15+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)