Skip to content

Commit 205dec8

Browse files
Update to .NET 10.0.100-rc.1.25451.107 (#8735)
1 parent 075ab41 commit 205dec8

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
# install older frameworks for tests
4444
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "8.0.408" --no-path
4545
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "9.0.203" --no-path
46-
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "10.0.100-preview.7.25380.108" --no-path
46+
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "10.0.100-rc.1.25451.107" --no-path
4747

4848
# If global.json exists, load expected version
4949
if [[ -f "$DOTNET_GLOBAL_FILE" ]]; then

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.7.25380.108",
3+
"version": "10.0.100-rc.1.25451.107",
44
"rollForward": "latestMinor"
55
}
66
}

src/Directory.Packages.props

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,31 @@
7979
<PackageVersion Include="xunit" Version="2.9.3" />
8080
</ItemGroup>
8181
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
82-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.0-preview.7.25380.108" />
83-
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0-preview.7.25380.108" />
84-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.0-preview.7.25380.108" />
85-
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="10.0.0-preview.7.25380.108" />
86-
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="10.0.0-preview.7.25380.108" />
87-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.0-preview.7.25380.108" />
88-
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0-preview.7.25380.108" />
89-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0-preview.7.25380.108" />
90-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.7.25380.108" />
91-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.7.25380.108" />
92-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-preview.7.25380.108" />
93-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-preview.7.25380.108" />
94-
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0-preview.7.25380.108" />
95-
<PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.0-preview.7.25380.108" />
96-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.0-preview.7.25380.108" />
97-
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.7.25380.108" />
98-
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.0-preview.7.25380.108" />
99-
<PackageVersion Include="Microsoft.Net.Http.Headers" Version="10.0.0-preview.7.25380.108" />
100-
<PackageVersion Include="Microsoft.AspNetCore.HeaderPropagation" Version="10.0.0-preview.7.25380.108" />
101-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-preview.7" />
102-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="10.0.0-preview.7" />
103-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="10.0.0-preview.7" />
104-
<PackageVersion Include="System.IO.Hashing" Version="10.0.0-preview.7.25380.108" />
105-
<PackageVersion Include="System.IO.Packaging" Version="10.0.0-preview.7.25380.108" />
106-
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.7.25380.108" />
82+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.0-rc.1.25451.107" />
83+
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0-rc.1.25451.107" />
84+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.0-rc.1.25451.107" />
85+
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="10.0.0-rc.1.25451.107" />
86+
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="10.0.0-rc.1.25451.107" />
87+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.0-rc.1.25451.107" />
88+
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0-rc.1.25451.107" />
89+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0-rc.1.25451.107" />
90+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-rc.1.25451.107" />
91+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.1.25451.107" />
92+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.1.25451.107" />
93+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-rc.1.25451.107" />
94+
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0-rc.1.25451.107" />
95+
<PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.0-rc.1.25451.107" />
96+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.0-rc.1.25451.107" />
97+
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-rc.1.25451.107" />
98+
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.0-rc.1.25451.107" />
99+
<PackageVersion Include="Microsoft.Net.Http.Headers" Version="10.0.0-rc.1.25451.107" />
100+
<PackageVersion Include="Microsoft.AspNetCore.HeaderPropagation" Version="10.0.0-rc.1.25451.107" />
101+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.1" />
102+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="10.0.0-rc.1" />
103+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="10.0.0-rc.1" />
104+
<PackageVersion Include="System.IO.Hashing" Version="10.0.0-rc.1.25451.107" />
105+
<PackageVersion Include="System.IO.Packaging" Version="10.0.0-rc.1.25451.107" />
106+
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.0-rc.1.25451.107" />
107107
</ItemGroup>
108108
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
109109
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />

0 commit comments

Comments
 (0)