Datei: NDOEnhancer/Ecma335/Ecma335.csproj

Last Commit (2a2e7ba)
1 <Project Sdk="Microsoft.NET.Sdk">
2
3 ··<PropertyGroup>
4 ····<TargetFramework>net8.0</TargetFramework>
5 ····<ImplicitUsings>enable</ImplicitUsings>
6 ····<Nullable>enable</Nullable>
 
7 ··</PropertyGroup>
8
9 </Project>
10
New Commit (1e68dc7)
1 <Project Sdk="Microsoft.NET.Sdk">
2
3 ··<PropertyGroup>
4 ····<TargetFramework>net8.0</TargetFramework>
5 ····<ImplicitUsings>enable</ImplicitUsings>
6 ····<Nullable>enable</Nullable>
7 ····<Version>5.0.0</Version>
8 ··</PropertyGroup>
9
10 </Project>
11