summaryrefslogtreecommitdiff
path: root/vstest-intent-net8.0.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:47:29 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:47:29 +0000
commit2a5c7f19b1a83b8cc03864f3ba36aa2c9ef751bb (patch)
tree75594437372b38a590dc7fee018a5badc66dbecf /vstest-intent-net8.0.patch
parent848984d5b6198b640092cb58d0ac9bdd781a2f3c (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>