Skip to content

Commit 93c8f33

Browse files
committed
[ksqlDB.RestApi.Client]: fixed ManagePackageVersionsCentrally in Directory.Build.props issue with dotnet SDK 8.0.300
1 parent 4149ea8 commit 93c8f33

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET 8.0
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 8.0.205
17+
dotnet-version: 8.0.x
1818

1919
- name: Clean
2020
run: dotnet clean ksqlDb.RestApi.Client.sln --configuration Release && dotnet nuget locals all --clear

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
<LangVersion>12.0</LangVersion>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
87
</PropertyGroup>
98
</Project>

Directory.Packages.props renamed to Tests/Directory.Packages.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5+
</PropertyGroup>
36

47
<ItemGroup Label="EF and configuration Nugets for SqlServer.Connector tests">
58
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />

ksqlDb.RestApi.Client.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
2222
.editorconfig = .editorconfig
2323
.gitignore = .gitignore
2424
Directory.Build.props = Directory.Build.props
25-
Directory.Packages.props = Directory.Packages.props
25+
Tests\Directory.Packages.props = Tests\Directory.Packages.props
2626
README.md = README.md
2727
Vagrantfile = Vagrantfile
2828
EndProjectSection

0 commit comments

Comments
 (0)