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
3 changes: 3 additions & 0 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
<PropertyGroup>
<!-- Default TFM's we build for -->
<_DefaultNetTargetFramework>net9.0</_DefaultNetTargetFramework>
<!-- Allow tests to run on newer runtimes (e.g. .NET 10) when the targeted
runtime isn't installed on the build agent. -->
<RollForward>Major</RollForward>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions util/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
which is tuned for building bindings packages. -->
<PropertyGroup>
<_DefaultNetTargetFramework>net9.0</_DefaultNetTargetFramework>
<!-- Allow tests/tools to run on newer runtimes (e.g. .NET 10) when the
targeted runtime isn't installed on the build agent. -->
<RollForward>Major</RollForward>
<!-- Duplicate of root Directory.Build.props -->
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.13.9</MSBuildPackageReferenceVersion>
</PropertyGroup>
Expand Down
Loading