mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Changed target framework in project upgrader from netstandard2.0 to netcoreapp2.0.
This commit is contained in:
parent
e106b44ea7
commit
bb1d0ccf57
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ namespace Cosmos.VS.ProjectSystem
|
|||
foreach(var targetFrameworkProperty in properties.Where(
|
||||
p => XNameEqualsString(p.Name, TargetFramework)))
|
||||
{
|
||||
targetFrameworkProperty.Value = "netstandard2.0";
|
||||
targetFrameworkProperty.Value = "netcoreapp2.0";
|
||||
}
|
||||
|
||||
properties.Where(p => XNameEqualsString(p.Name, ProjectGuid)).Remove();
|
||||
|
|
|
|||
Loading…
Reference in a new issue