]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update BuildChecker.csproj (#35072)
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Tue, 11 Feb 2025 17:32:05 +0000 (20:32 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 17:32:05 +0000 (18:32 +0100)
BuildChecker/BuildChecker.csproj

index 63d16fa970811e33a8ebca9b5771db8ca9e370ff..4bd7fcf78c3c417c4208c721316586acd1697486 100644 (file)
@@ -12,12 +12,12 @@ You want to handle the Build, Clean and Rebuild tasks to prevent missing task er
 If you want to learn more about these kinds of things, check out Microsoft's official documentation about MSBuild:
 https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild
 -->
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <Python>python3</Python>
     <Python Condition="'$(OS)'=='Windows_NT' Or '$(OS)'=='Windows'">py -3</Python>
     <ProjectGuid>{C899FCA4-7037-4E49-ABC2-44DE72487110}</ProjectGuid>
-    <TargetFrameworkMoniker>.NETFramework, Version=v4.7.2</TargetFrameworkMoniker>
+    <TargetFramework>net4.7.2</TargetFramework>
     <RestorePackages>false</RestorePackages>
   </PropertyGroup>
   <PropertyGroup>