Update the installer target framework net6.0 (#9069)
- Remove unneeded package for tool install - Install 5.0.0 and 3.1.0 runtime (rather than a preview 3.1.0 runtime)
This commit is contained in:
parent
efac3f2569
commit
32d179d680
4 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp5.0</TargetFramework>
|
||||
<TargetFramework>$(CoreSdkTargetFramework)</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue