1
0
Fork 0
Questionable/Questionable.Model/Questionable.Model.csproj

25 lines
860 B
XML
Raw Permalink Normal View History

2024-06-14 09:37:33 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DebugType>portable</DebugType>
<Platforms>x64</Platforms>
2024-06-14 09:37:33 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
2024-06-14 09:37:33 +00:00
</ItemGroup>
2024-08-02 16:30:21 +00:00
<ItemGroup>
<None Remove="common-schema.json" />
<EmbeddedResource Include="common-schema.json">
<LogicalName>Questionable.Model.CommonSchema</LogicalName>
</EmbeddedResource>
</ItemGroup>
2024-06-14 09:37:33 +00:00
</Project>