diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:26:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:26:16 +0000 |
commit | a88419f94eb010d4d7090c9f30b51b988c09e7ea (patch) | |
tree | 75594437372b38a590dc7fee018a5badc66dbecf /vstest-intent-net8.0.patch | |
parent | 86561e363eae1ba30266b9845816604891ca5c1f (diff) |
automatic import of dotnet8.0openeuler24.03_LTSopeneuler23.09
Diffstat (limited to 'vstest-intent-net8.0.patch')
-rw-r--r-- | vstest-intent-net8.0.patch | 13 |
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> |