14 lines
474 B
Diff
14 lines
474 B
Diff
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>
|