File tree 4 files changed +4
-8
lines changed 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
6
5
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
6
</packageSources >
8
7
<packageSourceMapping >
9
- <packageSource key =" aspnet-contrib" >
10
- <package pattern =" AspNet.Security.OAuth.GitHub" />
11
- </packageSource >
12
8
<packageSource key =" NuGet" >
13
9
<package pattern =" *" />
14
10
</packageSource >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7.0.100-rc.2.22477.23 " ,
3
+ "version" : " 7.0.100" ,
4
4
"allowPrerelease" : false ,
5
5
"rollForward" : " latestMajor"
6
6
}
Original file line number Diff line number Diff line change 9
9
<UserSecretsId >TodoApp</UserSecretsId >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
- <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 7.0.0-rc.2.22511.68 " />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.0.0-rc.2.22472.11 " />
12
+ <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 7.0.0" />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.0.0" />
14
14
<PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 4.8.4" PrivateAssets =" all" />
15
15
<PackageReference Include =" NodaTime" Version =" 3.1.5" />
16
16
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.4.0" />
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" GitHubActionsTestLogger" Version =" 2.0.1" />
11
11
<PackageReference Include =" JustEat.HttpClientInterception" Version =" 3.1.2" />
12
12
<PackageReference Include =" MartinCostello.Logging.XUnit" Version =" 0.3.0" />
13
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.0-rc.2.22476.2 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.0" />
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2" />
15
15
<PackageReference Include =" Microsoft.Playwright" Version =" 1.27.2" />
16
16
<PackageReference Include =" ReportGenerator" Version =" 5.1.10" />
You can’t perform that action at this time.
0 commit comments