- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>false</ImplicitUsings>
- <Nullable>enable</Nullable>
- <InvariantGlobalization>true</InvariantGlobalization>
-
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
- </ItemGroup>
- </Project>
|