We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dfc21 commit a552ffbCopy full SHA for a552ffb
src/VisualStudio.Tests/VisualStudio.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
+ <TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
5
</PropertyGroup>
6
7
<ItemGroup>
src/VisualStudio/VisualStudio.csproj
@@ -4,7 +4,7 @@
<Description>A global tool for managing Visual Studio installations</Description>
<OutputType>Exe</OutputType>
8
9
<AssemblyName>vs</AssemblyName>
10
<RootNamespace>VisualStudio</RootNamespace>
0 commit comments