Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Examples.Logging/Examples.Logging.csproj

21 lines
759 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<!-- <ItemGroup>-->
<!-- <ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />-->
<!-- <ProjectReference Include="../Raylib-cs.Native/Raylib-cs.Native.csproj" />-->
<!-- </ItemGroup>-->
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="6.0.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
</ItemGroup>
</Project>