File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
17
+ - uses : actions/setup-dotnet@v3
18
+
17
19
- name : Install GitVersion
18
20
uses :
gittools/actions/gitversion/[email protected]
19
21
with :
Original file line number Diff line number Diff line change 18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
20
20
21
+ - uses : actions/setup-dotnet@v3
22
+
21
23
- name : Fetch all history for all tags and branches
22
24
run : git fetch --prune
23
25
Original file line number Diff line number Diff line change 36
36
<PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6.0.0" />
37
37
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
38
38
<PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.1" />
39
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0 " />
39
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
40
40
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
41
41
<PackageVersion Include =" xunit" Version =" 2.4.2" />
42
42
<PackageVersion Include =" FluentAssertions" Version =" 6.12.0" />
43
- <PackageVersion Include =" Verify.Xunit" Version =" 16.8.1 " />
44
- <PackageVersion Include =" Verify.SourceGenerators" Version =" 1.5.0-beta.1 " />
43
+ <PackageVersion Include =" Verify.Xunit" Version =" 16.9.0 " />
44
+ <PackageVersion Include =" Verify.SourceGenerators" Version =" 1.5.0" />
45
45
<PackageVersion Include =" NSubstitute" Version =" 5.1.0" />
46
46
<PackageVersion Include =" Serilog.Extensions.Logging" Version =" 3.1.0" />
47
47
<PackageVersion Include =" Serilog.Sinks.Observable" Version =" 2.0.2" />
You can’t perform that action at this time.
0 commit comments