File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/PhoneNumbers.Utilities.TestGenerator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " C# (.NET)" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/dotnet:9 .0" ,
6+ "image" : " mcr.microsoft.com/devcontainers/dotnet:10 .0" ,
77
88 // Features to add to the dev container. More info: https://containers.dev/features.
99 // "features": {},
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 build :
2929 name : Build
3030 runs-on : ubuntu-latest
31-
31+
3232 steps :
3333 - uses : actions/checkout@v6
3434
3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@v5
3737 with :
38- dotnet-version : 9 .0.x
38+ dotnet-version : 10 .0.x
3939
4040 - name : dotnet restore
4141 run : dotnet restore
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments