diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-14 17:55:16 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-14 17:55:16 +0100 |
commit | 101ceae139e30e346091b511d4e74c9f61714769 (patch) | |
tree | 25cedf5cae2844f54f8f42047474c01e68d78a25 /MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj | |
parent | event types (diff) | |
download | MatrixUtils-101ceae139e30e346091b511d4e74c9f61714769.tar.xz |
Update to .net 8
Diffstat (limited to 'MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj')
-rw-r--r-- | MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj index d21b5fe..93eaacf 100644 --- a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj +++ b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> - <TargetFramework>net7.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <BuiltInComInteropSupport>true</BuiltInComInteropSupport> <ApplicationManifest>app.manifest</ApplicationManifest> |