Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Show installed versions
shell: pwsh
run: |
Expand Down Expand Up @@ -163,9 +164,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Restore tools
Expand Down Expand Up @@ -218,9 +220,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
# Block buggy release from February 11, 2025
dotnet-version: |
8.0.x
9.0.x
8.0.309
9.0.103
- name: Git checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
Expand Down
1 change: 0 additions & 1 deletion package-versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<FluentAssertionsVersion>7.0.*</FluentAssertionsVersion>
<GitHubActionsTestLoggerVersion>2.4.*</GitHubActionsTestLoggerVersion>
<InheritDocVersion>2.0.*</InheritDocVersion>
<SourceLinkVersion>8.0.*</SourceLinkVersion>
<SystemTextJsonVersion>9.0.*</SystemTextJsonVersion>
<TestSdkVersion>17.12.*</TestSdkVersion>
<XunitVersion>2.9.*</XunitVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<PackageIcon>package-icon.png</PackageIcon>
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand All @@ -47,7 +46,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(SourceLinkVersion)" PrivateAssets="All" />
<PackageReference Include="SauceControl.InheritDoc" Version="$(InheritDocVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageIcon>package-icon.png</PackageIcon>
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand All @@ -42,7 +41,6 @@
<PackageReference Include="Humanizer.Core" Version="$(HumanizerFrozenVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="$(EntityFrameworkCoreFrozenVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EntityFrameworkCoreFrozenVersion)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(SourceLinkVersion)" PrivateAssets="All" />
<PackageReference Include="SauceControl.InheritDoc" Version="$(InheritDocVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>
Loading