Files
predavanja/Reflection/LottoImplementation/LottoImplementation.csproj
2026-05-10 23:39:55 +02:00

13 lines
270 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LottoInterfaces\LottoInterfaces.csproj" />
</ItemGroup>
</Project>