zhaw-dnet2/Tasks/UrlTester/UrlTester.csproj

15 lines
364 B
XML
Raw Normal View History

2024-03-01 16:29:39 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
2024-03-21 22:08:59 +00:00
<ItemGroup>
<PackageReference Include="System.ObjectModel" Version="4.3.0" />
</ItemGroup>
2024-03-01 16:29:39 +00:00
</Project>