10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
<LangVersion>12</LangVersion>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|