From 0934f8a1f63b218c5ebcd0533dcac8a61a71fb64 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 11 Aug 2023 11:32:20 +0200 Subject: [PATCH] [dotnet] Stop hardcoding the .NET version in a few more projects. Just use whatever .NET version we're using to build with. --- .../create-dotnet-linker-launch-json.csproj | 2 +- tools/dotnet-linker/dotnet-linker.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/create-dotnet-linker-launch-json/create-dotnet-linker-launch-json.csproj b/tools/create-dotnet-linker-launch-json/create-dotnet-linker-launch-json.csproj index 7a25f66db1f..fdbbca182f1 100644 --- a/tools/create-dotnet-linker-launch-json/create-dotnet-linker-launch-json.csproj +++ b/tools/create-dotnet-linker-launch-json/create-dotnet-linker-launch-json.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net$(BundledNETCoreAppTargetFrameworkVersion) create_dotnet_linker_launch_json enable enable diff --git a/tools/dotnet-linker/dotnet-linker.csproj b/tools/dotnet-linker/dotnet-linker.csproj index 66ff6ea83c1..369bed8f147 100644 --- a/tools/dotnet-linker/dotnet-linker.csproj +++ b/tools/dotnet-linker/dotnet-linker.csproj @@ -1,6 +1,6 @@ - net7.0 + net$(BundledNETCoreAppTargetFrameworkVersion) dotnet_linker $(DefineConstants);BUNDLER true