File tree 5 files changed +12
-13
lines changed
JsonApiDotNetCore.Annotations
5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 45
45
- name : Setup .NET
46
46
uses : actions/setup-dotnet@v4
47
47
with :
48
+ # Block buggy release from February 11, 2025
48
49
dotnet-version : |
49
- 8.0.x
50
- 9.0.x
50
+ 8.0.309
51
+ 9.0.103
51
52
- name : Show installed versions
52
53
shell : pwsh
53
54
run : |
@@ -163,9 +164,10 @@ jobs:
163
164
- name : Setup .NET
164
165
uses : actions/setup-dotnet@v4
165
166
with :
167
+ # Block buggy release from February 11, 2025
166
168
dotnet-version : |
167
- 8.0.x
168
- 9.0.x
169
+ 8.0.309
170
+ 9.0.103
169
171
- name : Git checkout
170
172
uses : actions/checkout@v4
171
173
- name : Restore tools
@@ -218,9 +220,10 @@ jobs:
218
220
- name : Setup .NET
219
221
uses : actions/setup-dotnet@v4
220
222
with :
223
+ # Block buggy release from February 11, 2025
221
224
dotnet-version : |
222
- 8.0.x
223
- 9.0.x
225
+ 8.0.309
226
+ 9.0.103
224
227
- name : Git checkout
225
228
uses : actions/checkout@v4
226
229
with :
Original file line number Diff line number Diff line change 26
26
- name : Setup .NET
27
27
uses : actions/setup-dotnet@v4
28
28
with :
29
+ # Block buggy release from February 11, 2025
29
30
dotnet-version : |
30
- 8.0.x
31
- 9.0.x
31
+ 8.0.309
32
+ 9.0.103
32
33
- name : Git checkout
33
34
uses : actions/checkout@v4
34
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
<FluentAssertionsVersion >7.0.*</FluentAssertionsVersion >
15
15
<GitHubActionsTestLoggerVersion >2.4.*</GitHubActionsTestLoggerVersion >
16
16
<InheritDocVersion >2.0.*</InheritDocVersion >
17
- <SourceLinkVersion >8.0.*</SourceLinkVersion >
18
17
<SystemTextJsonVersion >9.0.*</SystemTextJsonVersion >
19
18
<TestSdkVersion >17.12.*</TestSdkVersion >
20
19
<XunitVersion >2.9.*</XunitVersion >
Original file line number Diff line number Diff line change 20
20
<PackageIcon >package-icon.png</PackageIcon >
21
21
<PackageReadmeFile >PackageReadme.md</PackageReadmeFile >
22
22
<PublishRepositoryUrl >true</PublishRepositoryUrl >
23
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
24
23
<DebugType >embedded</DebugType >
25
24
</PropertyGroup >
26
25
47
46
</ItemGroup >
48
47
49
48
<ItemGroup >
50
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" $(SourceLinkVersion)" PrivateAssets =" All" />
51
49
<PackageReference Include =" SauceControl.InheritDoc" Version =" $(InheritDocVersion)" PrivateAssets =" All" />
52
50
</ItemGroup >
53
51
</Project >
Original file line number Diff line number Diff line change 19
19
<PackageIcon >package-icon.png</PackageIcon >
20
20
<PackageReadmeFile >PackageReadme.md</PackageReadmeFile >
21
21
<PublishRepositoryUrl >true</PublishRepositoryUrl >
22
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
23
22
<DebugType >embedded</DebugType >
24
23
</PropertyGroup >
25
24
42
41
<PackageReference Include =" Humanizer.Core" Version =" $(HumanizerFrozenVersion)" />
43
42
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EntityFrameworkCoreFrozenVersion)" />
44
43
<PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(EntityFrameworkCoreFrozenVersion)" />
45
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" $(SourceLinkVersion)" PrivateAssets =" All" />
46
44
<PackageReference Include =" SauceControl.InheritDoc" Version =" $(InheritDocVersion)" PrivateAssets =" All" />
47
45
</ItemGroup >
48
46
</Project >
You can’t perform that action at this time.
0 commit comments