Skip to content

Commit 48bfda3

Browse files
committed
[up] tests to .NET 8
1 parent 942c8bf commit 48bfda3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Integration/Etcd.Microsoft.Extensions.Configuration.IntegrationTests/Etcd.Microsoft.Extensions.Configuration.IntegrationTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
55

66
<Description>Etcd.Microsoft.Extensions.Configuration integration tests</Description>
@@ -12,8 +12,8 @@
1212
</ItemGroup>
1313
<ItemGroup>
1414
<PackageReference Include="coverlet.msbuild" Version="6.0.*">
15-
<PrivateAssets>all</PrivateAssets>
16-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15+
<PrivateAssets>all</PrivateAssets>
16+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.*" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.*" />

tests/Unit/Etcd.Microsoft.Extensions.Configuration.Tests/Etcd.Microsoft.Extensions.Configuration.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
55

66
<Description>Etcd.Microsoft.Extensions.Configuration integration tests under .NET Core</Description>

0 commit comments

Comments
 (0)