dotnet8-runtime: upgrade for diff
This commit is contained in:
parent
0699a42e68
commit
596d3b6b7a
20 changed files with 532 additions and 2529 deletions
13
community/dotnet7-build/vstest_intent-net8.0.patch
Normal file
13
community/dotnet7-build/vstest_intent-net8.0.patch
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue