Skip to content

Commit 7941d6e

Browse files
committed
fix: update all projects to .net 10
1 parent 6188571 commit 7941d6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OotD.Core.Tests/OotD.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0-windows7.0</TargetFramework>
4+
<TargetFramework>net10.0-windows7.0</TargetFramework>
55
<UseWindowsForms>true</UseWindowsForms>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

OotD.Launcher/OotD.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<RootNamespace>OotD</RootNamespace>
5-
<TargetFramework>net9.0-windows7.0</TargetFramework>
5+
<TargetFramework>net10.0-windows7.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<AssemblyTitle>Outlook on the Desktop</AssemblyTitle>
88
<Company>SMR Computer Services</Company>

OotD.x64/OotD.x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<RootNamespace>OotD</RootNamespace>
5-
<TargetFramework>net9.0-windows7.0</TargetFramework>
5+
<TargetFramework>net10.0-windows7.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<AssemblyTitle>Outlook on the Desktop</AssemblyTitle>
88
<Company>SMR Computer Services</Company>

0 commit comments

Comments
 (0)