File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " build" ,
9- "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net9 .0/TodoApp.dll" ,
9+ "program" : " ${workspaceFolder}/src/TodoApp/bin/Debug/net10 .0/TodoApp.dll" ,
1010 "args" : [],
1111 "cwd" : " ${workspaceFolder}/src/TodoApp" ,
1212 "stopAtEntry" : false ,
Original file line number Diff line number Diff line change 33 "components": [
44 "Microsoft.VisualStudio.Component.CoreEditor",
55 "Microsoft.VisualStudio.Workload.CoreEditor",
6- "Microsoft.NetCore.Component.Runtime.9 .0",
6+ "Microsoft.NetCore.Component.Runtime.10 .0",
77 "Microsoft.NetCore.Component.SDK",
88 "Microsoft.VisualStudio.Component.Roslyn.Compiler",
99 "Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5+ <add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
56 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
67 </packageSources >
78 <packageSourceMapping >
9+ <packageSource key =" aspnet-contrib" >
10+ <package pattern =" AspNet.Security.OAuth.GitHub" />
11+ </packageSource >
812 <packageSource key =" NuGet" >
913 <package pattern =" *" />
1014 </packageSource >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.303 " ,
3+ "version" : " 10 .0.100-preview.1.25120.13 " ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestMajor" ,
66 "paths" : [ " .dotnet" , " $host$" ],
Original file line number Diff line number Diff line change 33 <IsPackable >false</IsPackable >
44 <NoWarn >$(NoWarn);CA1050</NoWarn >
55 <RootNamespace >TodoApp</RootNamespace >
6- <TargetFramework >net9 .0</TargetFramework >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
88 <TypeScriptToolsVersion >latest</TypeScriptToolsVersion >
99 <UserSecretsId >TodoApp</UserSecretsId >
1010 </PropertyGroup >
1111 <ItemGroup >
12- <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 9.4.0 " />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.7 " />
12+ <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 10.0.0-preview.1.25127.64 " />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10 .0.0-preview.1.25081.1 " />
1414 <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.3" PrivateAssets =" all" />
1515 </ItemGroup >
1616 <ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SET DOTNET_ROOT(x86)=%~dp0.dotnet\x86
1111SET PATH = %DOTNET_ROOT% ;%PATH%
1212
1313:: Sets the Target Framework for Visual Studio Code.
14- SET TARGET = net9 .0
14+ SET TARGET = net10 .0
1515
1616SET FOLDER = %~1
1717
Original file line number Diff line number Diff line change 33 <IsPackable >false</IsPackable >
44 <OutputType >Exe</OutputType >
55 <RootNamespace >TodoApp</RootNamespace >
6- <TargetFramework >net9 .0</TargetFramework >
6+ <TargetFramework >net10 .0</TargetFramework >
77 </PropertyGroup >
88 <ItemGroup >
99 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
1010 <PackageReference Include =" coverlet.msbuild" Version =" 6.0.4" PrivateAssets =" All" />
1111 <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.4.1" />
1212 <PackageReference Include =" JustEat.HttpClientInterception" Version =" 5.1.1" />
1313 <PackageReference Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.6.0" />
14- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.7 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10 .0.0-preview.1.25120.3 " />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1616 <PackageReference Include =" Microsoft.Playwright" Version =" 1.52.0" />
1717 <PackageReference Include =" ReportGenerator" Version =" 5.4.8" />
You can’t perform that action at this time.
0 commit comments