mirror of
				https://github.com/aelurum/AssetStudio.git
				synced 2025-10-30 15:05:03 -04:00 
			
		
		
		
	Add .NET8 to the TargetFrameworks
This commit is contained in:
		| @ -1,7 +1,7 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows</TargetFrameworks> | ||||
|     <TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks> | ||||
|     <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||||
|     <Version>0.17.3.0</Version> | ||||
|     <Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user