File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<RunWorkingDirectory >$(MSBuildProjectDirectory)</RunWorkingDirectory >
6
6
<OutputPath >..\..\run\</OutputPath >
7
7
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
8
8
<Nullable >enable</Nullable >
9
- <LangVersion >12 </LangVersion >
9
+ <LangVersion >latest </LangVersion >
10
10
<NoWarn >NU1604</NoWarn >
11
11
<ImplicitUsings >enable</ImplicitUsings >
12
12
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public static class Constants
7
7
public const string Repository = "GitVersion" ;
8
8
9
9
public const string VersionLatest = "8.0" ;
10
- public static readonly string [ ] DotnetVersions = [ VersionLatest ] ;
10
+ public static readonly string [ ] DotnetVersions = [ VersionLatest , "9.0" ] ;
11
11
12
12
public const string DefaultBranch = "main" ;
13
13
public const string DefaultConfiguration = "Release" ;
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net8 .0</TargetFramework >
3
+ <TargetFramework >net9 .0</TargetFramework >
4
4
<RootNamespace >GitVersion</RootNamespace >
5
5
6
6
<LangVersion >latest</LangVersion >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net8.0</TargetFrameworks >
3
+ <TargetFrameworks >net8.0;net9.0 </TargetFrameworks >
4
4
5
5
<EndYear >$([System.DateTime]::Today.Year)</EndYear >
6
6
<Authors >GitTools and Contributors</Authors >
22
22
<WarningsAsErrors >$(WarningsAsErrors);RS0016;RS0017;RS0022;RS0024;RS0025;RS0026;RS0027</WarningsAsErrors >
23
23
24
24
<DebugType >embedded</DebugType >
25
- <LangVersion >12 </LangVersion >
25
+ <LangVersion >latest </LangVersion >
26
26
<ImplicitUsings >enable</ImplicitUsings >
27
27
<Nullable >enable</Nullable >
28
28
<SatelliteResourceLanguages >en</SatelliteResourceLanguages >
Original file line number Diff line number Diff line change 39
39
<None Include =" msbuild/buildMultiTargeting/*.*" Pack =" true" PackagePath =" buildMultiTargeting" />
40
40
41
41
<None Include =" $(ExePublishPath)/net8.0/publish/**/*;$(BinPath)/net8.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net8.0" />
42
+ <None Include =" $(ExePublishPath)/net9.0/publish/**/*;$(BinPath)/net9.0/GitVersion.MsBuild.*" Pack =" true" PackagePath =" tools/net9.0" />
42
43
</ItemGroup >
43
44
44
45
</Project >
You can’t perform that action at this time.
0 commit comments