PalacePal/Pal.Common/Pal.Common.csproj

13 lines
455 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2023-03-26 13:47:18 +00:00
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DebugType>portable</DebugType>
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>