Skip to content

Commit 91c85f0

Browse files
committed
.net5
1 parent d2ad0a4 commit 91c85f0

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed
0 Bytes
Binary file not shown.

.vs/arduino-psa-diag/v16/.suo

5.5 KB
Binary file not shown.

arduino-psa-diag/arduino-psa-diag.csproj

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

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0-windows</TargetFramework>
66
<RootNamespace>arduino_psa_diag</RootNamespace>
77
<UseWindowsForms>true</UseWindowsForms>
8+
<UserSecretsId>90a9ead0-2c85-402a-9639-bef1e586361f</UserSecretsId>
89
</PropertyGroup>
910

1011
<ItemGroup>

arduino-psa-diag/arduino-psa-diag.csproj.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<_LastSelectedProfileId>C:\Users\david\source\repos\arduino-psa-diag\arduino-psa-diag\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
5+
</PropertyGroup>
36
<ItemGroup>
47
<Compile Update="MainForm.cs">
58
<SubType>Form</SubType>

0 commit comments

Comments
 (0)