Skip to content

Commit

Permalink
[ksqlDb.RestApi.Client]: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed May 20, 2024
1 parent 95c9d71 commit 9652c08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.204

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v2
Expand Down
1 change: 1 addition & 0 deletions Tests/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.Reactive.Testing" />
<PackageReference Include="Moq" />
<PackageReference Include="Ninject.MockingKernel.Moq" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Microsoft.Extensions.Logging" />
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.300"
}
}

0 comments on commit 9652c08

Please sign in to comment.