cs-codex-dist-tests/MetricsPlugin/MetricsPlugin.csproj

10 lines
206 B
XML
Raw Normal View History

2023-09-13 07:12:18 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>