File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Gitextensions.AzureDevOpsCommitMessageTests
src/GitExtensions.AzureDevOpsCommitMessage Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- uses : actions/checkout@v1
20
20
21
- - name : Setup .net8
21
+ - name : Setup .net9
22
22
uses : actions/setup-dotnet@v1
23
23
with :
24
- dotnet-version : 8 .0.401
24
+ dotnet-version : 9 .0.305
25
25
26
26
- name : Build & package with `dotnet`
27
27
run : |
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
files : ' src/${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj'
30
30
replacements : ' <VersionPrefix>0.0.0</VersionPrefix>=<VersionPrefix>${{ steps.extract_version.outputs.version }}</VersionPrefix>'
31
31
32
- - name : Setup .net8
32
+ - name : Setup .net9
33
33
uses : actions/setup-dotnet@v1
34
34
with :
35
- dotnet-version : 8 .0.401
35
+ dotnet-version : 9 .0.305
36
36
37
37
- name : Build & package with `dotnet`
38
38
run : |
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0-windows</TargetFramework >
4
+ <TargetFramework >net9 .0-windows</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
13
13
<PackageReference Include =" xunit" Version =" 2.4.2" />
14
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 29
29
30
30
<ItemGroup >
31
31
<PackageReference Include =" System.ComponentModel.Composition" Version =" 6.0.0" />
32
- <PackageReference Include =" GitExtensions.Extensibility" Version =" 0.3.2.72 " />
33
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.4.27 " />
34
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2 " />
35
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
32
+ <PackageReference Include =" GitExtensions.Extensibility" Version =" 0.4.0 " />
33
+ <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.13.61 " />
34
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
35
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" All" />
36
36
</ItemGroup >
37
37
38
38
<!-- Reference to GitExtensions dlls. -->
You can’t perform that action at this time.
0 commit comments