Skip to content

Commit 4a8c5eb

Browse files
committed
chore: bump Microsoft.NET.Test.Sdk to v18.x
1 parent 2b77b46 commit 4a8c5eb

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

.idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.ask.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.ask2agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.System.IO.Abstractions/.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="BenchmarkDotNet" Version="0.15.7" />
2222
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2323
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
24-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
24+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2525
<PackageVersion Include="Moq" Version="4.20.72" />
2626
<PackageVersion Include="NUnit" Version="4.4.0" />
2727
<PackageVersion Include="NUnit.Analyzers" Version="4.11.2" />

tests/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<NoWarn>$(NoWarn);S2699</NoWarn>
1010
<IsPackable>false</IsPackable>
1111
<IsTestable>true</IsTestable>
12+
<SuppressTfmSupportBuildErrors>true</SuppressTfmSupportBuildErrors>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)