You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
474 B
14 lines
474 B
1 year ago
|
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>
|