This commit is contained in:
Vladimir Safonkin
2021-02-03 16:10:28 +03:00
parent 9d49fb8e98
commit 76a91b1af8
3 changed files with 18 additions and 72 deletions

View File

@ -24,8 +24,4 @@ foreach ($path in $pathsToClear) {
}
}
try {
dotnet --info
} catch {
Write-Host "Dotnet was removed successfully"
}
Get-Command "dotnet --info"

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.2;netcoreapp5.0</TargetFrameworks>
<RootNamespace>sample_csproj</RootNamespace>
<IsPackable>false</IsPackable>