summaryrefslogtreecommitdiff
path: root/vstest-intent-net8.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vstest-intent-net8.0.patch')
-rw-r--r--vstest-intent-net8.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vstest-intent-net8.0.patch b/vstest-intent-net8.0.patch
new file mode 100644
index 0000000..6a51807
--- /dev/null
+++ b/vstest-intent-net8.0.patch
@@ -0,0 +1,13 @@
+diff --git a/src/vstest/test/Intent/Intent.csproj b/src/vstest/test/Intent/Intent.csproj
+index bb711c9256..6d0b199a9b 100644
+--- a/src/vstest/test/Intent/Intent.csproj
++++ b/src/vstest/test/Intent/Intent.csproj
+@@ -2,7 +2,7 @@
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+- <TargetFramework>net6.0</TargetFramework>
++ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>