Skip to content

Commit d7fbb79

Browse files
authored
Update target famework to 4.7.2 (#61)
1 parent d16a31e commit d7fbb79

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

source/MetadataProcessor.Console/MetadataProcessor.Console.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>nanoFramework.Tools.MetadataProcessor.Console</RootNamespace>
99
<AssemblyName>nanoFramework.Tools.MetadataProcessor</AssemblyName>
10-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<TargetFrameworkProfile />
1212
<NuGetPackageImportStamp>
1313
</NuGetPackageImportStamp>
@@ -60,6 +60,7 @@
6060
</ItemGroup>
6161
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6262
<ItemGroup>
63+
<None Include="app.config" />
6364
<None Include="packages.config" />
6465
</ItemGroup>
6566
<ItemGroup>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>

source/MetadataProcessor.Core/MetadataProcessor.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>nanoFramework.Tools.MetadataProcessor.Core</RootNamespace>
99
<AssemblyName>nanoFramework.Tools.MetadataProcessor.Core</AssemblyName>
10-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<TargetFrameworkProfile />
1212
<NuGetPackageImportStamp>
1313
</NuGetPackageImportStamp>

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.21",
3+
"version": "2.22",
44
"release": {
55
"branchName" : "release-v{version}",
66
"versionIncrement" : "minor",

0 commit comments

Comments
 (0)