Skip to content

Commit f379f10

Browse files
committed
Change TFM (net5.0-windows)
1 parent 5048b52 commit f379f10

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Sphereのデバイスやプロダクト、デバイスグループなど
1818
### サポートしているプラットフォーム
1919

2020
* Microsoft Windows 10 (.NET Framework 4.8)
21-
* Microsoft Windows 10 (.NET Core 3.1)
21+
* Microsoft Windows 10 (.NET 5)
2222

2323
## インストール方法
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are interested, click the Star button. Motivation to develop! :-)
2222
### Supported Platforms
2323

2424
* Microsoft Windows 10 (.NET Framework 4.8)
25-
* Microsoft Windows 10 (.NET Core 3.1)
25+
* Microsoft Windows 10 (.NET 5)
2626

2727
## Installation Instructions
2828

src/AzureSphereExplorer/AzureSphereExplorer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
5+
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
77
<Copyright>Copyright (c) 2020 matsujirushi</Copyright>
8-
<Version>0.8.0.0</Version>
8+
<Version>0.10.0.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

src/AzureSpherePublicAPI/AzureSpherePublicAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Library</OutputType>
55
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
66
<Copyright>Copyright (c) 2020 matsujirushi</Copyright>
7-
<Version>0.7.0.0</Version>
7+
<Version>0.10.0.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)