about summary refs log tree commit diff
path: root/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:55:16 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:55:16 +0100
commit101ceae139e30e346091b511d4e74c9f61714769 (patch)
tree25cedf5cae2844f54f8f42047474c01e68d78a25 /MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj
parentevent types (diff)
downloadMatrixUtils-101ceae139e30e346091b511d4e74c9f61714769.tar.xz
Update to .net 8
Diffstat (limited to 'MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj')
-rw-r--r--MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj b/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj
index f21b154..58764c7 100644
--- a/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj
+++ b/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
-        <TargetFramework>net7.0</TargetFramework>
+        <TargetFramework>net8.0</TargetFramework>
         <Nullable>enable</Nullable>
         <ImplicitUsings>enable</ImplicitUsings>
         <LinkIncremental>true</LinkIncremental>