about summary refs log tree commit diff
path: root/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-06-19 02:36:32 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-06-19 02:36:32 +0200
commited2205972a7b7d6fdd4563c3775a83616920597a (patch)
tree54aec1cfdf861fd8a7739be131fbe79ae24d91e4 /MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj
parentPartial refactor (diff)
downloadMatrixUtils-ed2205972a7b7d6fdd4563c3775a83616920597a.tar.xz
Working sync
Diffstat (limited to 'MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj')
-rw-r--r--MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj b/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj
index 8ff14c4..095d0f6 100644
--- a/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj
+++ b/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj
@@ -6,7 +6,7 @@
     <LangVersion>preview</LangVersion>

     <ImplicitUsings>enable</ImplicitUsings>

     <Nullable>enable</Nullable>

-    <PublishAot>true</PublishAot>

+    <PublishAot>false</PublishAot>

     <InvariantGlobalization>true</InvariantGlobalization>

     <PublishTrimmed>true</PublishTrimmed>

     <PublishReadyToRun>true</PublishReadyToRun>

@@ -21,7 +21,7 @@
   </ItemGroup>

   

   <ItemGroup>

-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />

+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.5.23280.8" />

   </ItemGroup>

 

 </Project>