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.6.25358.103 " ,
3
+ "version" : " 10.0.100-preview.7.25380.108 " ,
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.6.25365.59" />
14
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.6.25358.103 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-preview.6.25358.103 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.7.25380.108 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-preview.7.25380.108 " />
16
16
<PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.9.2" PrivateAssets =" all" />
17
17
</ItemGroup >
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" JunitXml.TestLogger" Version =" 6.1.0" />
14
14
<PackageReference Include =" JustEat.HttpClientInterception" Version =" 5.1.2" />
15
15
<PackageReference Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.6.0" />
16
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.6.25358.103 " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.7.25380.108 " />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
18
18
<PackageReference Include =" Microsoft.Playwright" Version =" 1.54.0" />
19
19
<PackageReference Include =" ReportGenerator" Version =" 5.4.11" />
You can’t perform that action at this time.
0 commit comments