summaryrefslogtreecommitdiff
path: root/vstest-intent-net8.0.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:36:33 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:36:33 +0000
commite8a0ab150c14bc244995d8490e0a2c76e5f8fd39 (patch)
tree75594437372b38a590dc7fee018a5badc66dbecf /vstest-intent-net8.0.patch
parent9e3d41c88d5e3067f49e281cc31bdf5c8507f6ec (diff)
automatic import of dotnet8.0openeuler24.03_LTS
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>