Datei: UnitTestGenerator/CodeGenerator/CodeGenerator.csproj
Last Commit (72f6226)
1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | |
3 | ··<PropertyGroup> |
4 | ····<TargetFramework>net8.0</TargetFramework> |
5 | ····<ImplicitUsings>disable</ImplicitUsings> |
6 | ····<Nullable>disable</Nullable> |
7 | ··</PropertyGroup> |
8 | |
9 | </Project> |
10 |
New Commit (0bec001)
1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | |
3 | ··<PropertyGroup> |
4 | ····<TargetFramework>net8.0</TargetFramework> |
5 | ····<ImplicitUsings>disable</ImplicitUsings> |
6 | ····<Nullable>disable</Nullable> |
7 | ····<Copyright>(c) 2007-2025 Mirko Matytschak</Copyright> |
8 | ··</PropertyGroup> |
9 | |
10 | </Project> |
11 |