Skip to content

Commit

Permalink
Update target framework to net472
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros committed May 7, 2019
1 parent 3d9a98b commit 566848d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<IncludeWindowsFormsReferences>True</IncludeWindowsFormsReferences>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion Tools/PlugsInspector/PlugsInspector.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<DebugType>Full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion Tools/TTF2OPFF Converter/TTF2OPFF Converter.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<IncludeWindowsFormsReferences>True</IncludeWindowsFormsReferences>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Build.Builder/Cosmos.Build.Builder.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationIcon>Resources\Cosmos.ico</ApplicationIcon>
<IncludeWpfReferences>True</IncludeWpfReferences>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Build.Tasks/Cosmos.Build.Tasks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<RuntimeIdentifier>win</RuntimeIdentifier>
<PackageId>Cosmos.Build</PackageId>
<PackageDescription>Cosmos build system.</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Debug.GDB/Cosmos.Debug.GDB.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<IncludeWindowsFormsReferences>True</IncludeWindowsFormsReferences>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationManifest>app.manifest</ApplicationManifest>
<LangVersion>Latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Deploy.Pixie/Cosmos.Deploy.Pixie.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
<IncludeWpfReferences>True</IncludeWpfReferences>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Deploy.USB/Cosmos.Deploy.USB.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
<IncludeWpfReferences>True</IncludeWpfReferences>
Expand Down

0 comments on commit 566848d

Please sign in to comment.