File tree 7 files changed +14
-11
lines changed
7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " coreclr" ,
7
7
"request" : " launch" ,
8
8
"preLaunchTask" : " build" ,
9
- "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net9 .0/TodoApp.dll" ,
9
+ "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net10 .0/TodoApp.dll" ,
10
10
"args" : [],
11
11
"cwd" : " ${workspaceFolder}/src/TodoApp" ,
12
12
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 3
3
"components": [
4
4
"Microsoft.VisualStudio.Component.CoreEditor",
5
5
"Microsoft.VisualStudio.Workload.CoreEditor",
6
- "Microsoft.NetCore.Component.Runtime.9 .0",
6
+ "Microsoft.NetCore.Component.Runtime.10 .0",
7
7
"Microsoft.NetCore.Component.SDK",
8
8
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
9
9
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
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" />
5
6
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
7
</packageSources >
7
8
<packageSourceMapping >
9
+ <packageSource key =" aspnet-contrib" >
10
+ <package pattern =" AspNet.Security.OAuth.GitHub" />
11
+ </packageSource >
8
12
<packageSource key =" NuGet" >
9
13
<package pattern =" *" />
10
14
</packageSource >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9 .0.202 " ,
3
+ "version" : " 10 .0.100-preview.1.25120.13 " ,
4
4
"allowPrerelease" : false ,
5
5
"rollForward" : " latestMajor"
6
6
}
Original file line number Diff line number Diff line change 4
4
<IsPackable >false</IsPackable >
5
5
<NoWarn >$(NoWarn);CA1050</NoWarn >
6
6
<RootNamespace >TodoApp</RootNamespace >
7
- <TargetFramework >net9 .0</TargetFramework >
7
+ <TargetFramework >net10 .0</TargetFramework >
8
8
<TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
9
9
<TypeScriptToolsVersion >latest</TypeScriptToolsVersion >
10
10
<UserSecretsId >TodoApp</UserSecretsId >
11
11
</PropertyGroup >
12
12
<ItemGroup >
13
- <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 9.1.0 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0 .3" />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.3 " />
13
+ <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 10.0.0-preview.1.25127.64 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.1.25120 .3" />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10 .0.0-preview.1.25081.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 @@ -11,7 +11,7 @@ SET DOTNET_ROOT(x86)=%~dp0.dotnetcli\x86
11
11
SET PATH = %DOTNET_ROOT% ;%PATH%
12
12
13
13
:: Sets the Target Framework for Visual Studio Code.
14
- SET TARGET = net9 .0
14
+ SET TARGET = net10 .0
15
15
16
16
SET FOLDER = %~1
17
17
Original file line number Diff line number Diff line change 4
4
<NoWarn >$(NoWarn);CA1861</NoWarn >
5
5
<OutputType >Exe</OutputType >
6
6
<RootNamespace >TodoApp</RootNamespace >
7
- <TargetFramework >net9 .0</TargetFramework >
7
+ <TargetFramework >net10 .0</TargetFramework >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
10
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
11
11
<PackageReference Include =" coverlet.msbuild" Version =" 6.0.4" PrivateAssets =" All" />
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 =" 9.0 .3" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.1.25120 .3" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
17
17
<PackageReference Include =" Microsoft.Playwright" Version =" 1.50.0" />
18
18
<PackageReference Include =" ReportGenerator" Version =" 5.4.4" />
19
19
<PackageReference Include =" Shouldly" Version =" 4.3.0" />
20
- <PackageReference Include =" System.Text.Encodings.Web" Version =" 9.0.1" />
21
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" />
22
21
<PackageReference Include =" xunit.v3" Version =" 2.0.0" />
23
22
</ItemGroup >
You can’t perform that action at this time.
0 commit comments