2
0
mirror of synced 2025-02-09 07:04:47 +00:00

14 lines
293 B
XML
Raw Normal View History

2023-06-26 13:58:41 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-10-03 14:02:28 +02:00
<TargetFramework>net8.0</TargetFramework>
2023-06-26 13:58:41 +02:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="I-Env" Version="1.0.0" />
</ItemGroup>
</Project>