File tree Expand file tree Collapse file tree 4 files changed +20
-29
lines changed Expand file tree Collapse file tree 4 files changed +20
-29
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
submodules : true
24
24
- name : Cache installers
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v3
26
26
with :
27
27
# Note: the cache path is relative to the workspace directory
28
28
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
@@ -66,11 +66,11 @@ jobs:
66
66
with :
67
67
submodules : true
68
68
- name : Setup .NET
69
- uses : actions/setup-dotnet@v1
69
+ uses : actions/setup-dotnet@v2
70
70
with :
71
- dotnet-version : 3.1 .x
71
+ dotnet-version : 6.0 .x
72
72
- name : Cache NuGet packages
73
- uses : actions/cache@v2
73
+ uses : actions/cache@v3
74
74
with :
75
75
path : |
76
76
~/.nuget/packages
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<AssemblyOriginatorKeyFile >../rabbit.snk</AssemblyOriginatorKeyFile >
6
6
<SignAssembly >true</SignAssembly >
7
- <TargetFrameworks >netcoreapp3.1;net48</TargetFrameworks >
8
- <ReleaseVersion >8.0</ReleaseVersion >
7
+ <TargetFrameworks >netcoreapp3.1;net472</TargetFrameworks >
9
8
</PropertyGroup >
10
9
11
10
<ItemGroup >
12
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.12 .1" />
13
- <PackageReference Include =" Ductus.FluentDocker" Version =" 2.7.3 " />
11
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13 .1" />
12
+ <PackageReference Include =" Ductus.FluentDocker" Version =" 2.10.45 " />
14
13
</ItemGroup >
15
14
16
15
<ItemGroup >
17
16
<ProjectReference Include =" ..\RabbitMQ.Client\RabbitMQ.Client.csproj" />
18
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0 " PrivateAssets =" All" />
17
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2 " PrivateAssets =" All" />
19
18
</ItemGroup >
20
19
21
20
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp3.1;netstandard2.0</TargetFrameworks >
36
36
<Deterministic >true</Deterministic >
37
37
</PropertyGroup >
38
38
39
- <!-- disable nullable warnings for .NET Standard 2.0 -->
40
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
41
- <NoWarn >$(NoWarn);nullable</NoWarn >
42
- </PropertyGroup >
43
-
44
39
<Target Name =" SetVersionFromConcourseData" AfterTargets =" MinVer" Condition =" '$(CONCOURSE_PULL_REQUEST_NUMBER)' != ''" >
45
40
<PropertyGroup >
46
41
<PackageVersion >$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)-$(MinVerPreRelease)-pr.$(CONCOURSE_PULL_REQUEST_NUMBER)</PackageVersion >
62
57
</ItemGroup >
63
58
64
59
<ItemGroup >
65
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" />
66
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
67
- <PackageReference Include =" MinVer" Version =" 2.4.0" PrivateAssets =" All" />
68
- <PackageReference Include =" System.Threading.Channels" Version =" 5.0.0" />
69
- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 5.0.3" PrivateAssets =" All" />
70
- </ItemGroup >
71
-
72
- <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" >
60
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2" PrivateAssets =" All" />
61
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
62
+ <PackageReference Include =" MinVer" Version =" 3.1.0" PrivateAssets =" All" />
73
63
<PackageReference Include =" System.Memory" Version =" 4.5.4" />
64
+ <PackageReference Include =" System.Threading.Channels" Version =" 6.0.0" />
65
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" PrivateAssets =" All" />
74
66
</ItemGroup >
75
67
76
68
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
17
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0 " />
18
- <PackageReference Include =" PublicApiGenerator" Version =" 10.2 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0 " />
17
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2 " />
18
+ <PackageReference Include =" PublicApiGenerator" Version =" 10.3 .0" />
19
19
<PackageReference Include =" xunit" Version =" 2.4.1" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
</PackageReference >
24
- <PackageReference Include =" Verify.Xunit" Version =" 11.18.2 " />
24
+ <PackageReference Include =" Verify.Xunit" Version =" 16.5.4 " />
25
25
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.4.13" />
26
26
</ItemGroup >
27
27
You can’t perform that action at this time.
0 commit comments