File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
6
+ <add key =" dotnet10" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
6
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
8
</packageSources >
8
9
<packageSourceMapping >
9
10
<packageSource key =" aspnet-contrib" >
10
11
<package pattern =" AspNet.Security.OAuth.GitHub" />
11
12
</packageSource >
13
+ <packageSource key =" dotnet10" >
14
+ <package pattern =" *" />
15
+ </packageSource >
12
16
<packageSource key =" NuGet" >
13
17
<package pattern =" *" />
14
18
</packageSource >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-preview.3.25201.16 " ,
3
+ "version" : " 10.0.100-preview.4.25208.36 " ,
4
4
"allowPrerelease" : false ,
5
5
"rollForward" : " latestMajor" ,
6
6
"paths" : [ " .dotnet" , " $host$" ],
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
<ItemGroup >
13
13
<PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 10.0.0-preview.3.25210.79" />
14
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.3.25172 .1" />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-preview.3.25171.6 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.4.25208 .1" />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-preview.4.25206.1 " />
16
16
<PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.1" PrivateAssets =" all" />
17
17
</ItemGroup >
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
13
13
<PackageReference Include =" JustEat.HttpClientInterception" Version =" 5.1.1" />
14
14
<PackageReference Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.5.1" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.3.25172 .1" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.4.25208 .1" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
17
17
<PackageReference Include =" Microsoft.Playwright" Version =" 1.51.0" />
18
18
<PackageReference Include =" ReportGenerator" Version =" 5.4.5" />
You can’t perform that action at this time.
0 commit comments