File tree Expand file tree Collapse file tree
src/AXSharp.compiler/src/AXSharp.Cs.Compiler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ public void PushNugetPackages(string artifactDirectory)
185185 //}
186186 }
187187
188- public IEnumerable < string > TargetFrameworks { get ; } = new List < string > ( ) { "net9 .0" , "net8 .0" } ;
188+ public IEnumerable < string > TargetFrameworks { get ; } = new List < string > ( ) { "net10 .0" , "net9 .0" } ;
189189 public string ApaxSignKey { get ; set ; } = System . Environment . GetEnvironmentVariable ( "APAX_KEY" ) ;
190190 public string GitHubUser { get ; set ; } = System . Environment . GetEnvironmentVariable ( "GH_USER" ) ;
191191 public string GitHubToken { get ; set ; } = System . Environment . GetEnvironmentVariable ( "GH_TOKEN" ) ;
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ private void EnsureCsProjFile()
138138 var defaultCsProjectWhenNotProvidedByTemplate =
139139 $@ "<Project Sdk=""Microsoft.NET.Sdk"">
140140 <PropertyGroup>
141- <TargetFrameworks>net9.0;net8 .0</TargetFrameworks>
141+ <TargetFrameworks>net9.0;net10 .0</TargetFrameworks>
142142 <ImplicitUsings>enable</ImplicitUsings>
143143 <Nullable>enable</Nullable>
144144 </PropertyGroup>
You can’t perform that action at this time.
0 commit comments