File tree Expand file tree Collapse file tree 4 files changed +6
-15
lines changed Expand file tree Collapse file tree 4 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - name : Setup dotnet
52
- uses : actions/setup-dotnet@v4
53
- with :
54
- dotnet-version : |
55
- 6.0.x
56
- 8.0.x
57
51
- name : Build (Debug)
58
52
run : dotnet build ${{ github.workspace }}/Build.csproj
59
53
- name : Verify
Original file line number Diff line number Diff line change 8
8
<!-- HAClient -->
9
9
<PackageVersion Include =" DotNext.Threading" Version =" 5.15.0" />
10
10
<!-- Tests -->
11
- <PackageVersion Include =" xunit" Version =" 2.9.0 " />
11
+ <PackageVersion Include =" xunit" Version =" 2.9.2 " />
12
12
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
13
13
<PackageVersion Include =" Xunit.SkippableFact" Version =" 1.4.13" />
14
14
<PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
15
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0 " />
15
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
16
16
<PackageVersion Include =" EasyNetQ.Management.Client" Version =" 3.0.0" />
17
17
</ItemGroup >
18
18
<ItemGroup Condition =" $(TargetFramework)=='netstandard2.0'" >
25
25
<PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 6.0.0" />
26
26
<PackageVersion Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0" />
27
27
</ItemGroup >
28
- <ItemGroup Condition =" '$(TargetFramework)'=='net6.0'" >
29
- <PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 6.0.0" />
30
- </ItemGroup >
31
28
<ItemGroup Condition =" '$(TargetFramework)'=='net8.0'" >
32
29
<PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 8.0.1" />
33
30
</ItemGroup >
37
34
<ItemGroup Condition =" '$(IsPackable)'=='true'" >
38
35
<GlobalPackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
39
36
<GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
40
- <GlobalPackageReference Include =" MinVer" Version =" 5 .0.0" />
37
+ <GlobalPackageReference Include =" MinVer" Version =" 6 .0.0" />
41
38
</ItemGroup >
42
39
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0; net8.0;netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >net8.0;netstandard2.0</TargetFrameworks >
5
5
<IsPackable >true</IsPackable >
6
6
<EmbedUntrackedSources >true</EmbedUntrackedSources >
7
7
<MinVerSkip >false</MinVerSkip >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
4
- <TargetFrameworks >net6.0; net8.0;net472</TargetFrameworks >
4
+ <TargetFrameworks >net8.0;net472</TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
8
- <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
8
+ <TargetFrameworks >net8.0</TargetFrameworks >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments