Datei: UnitTestGenerator/TestGenerator/TestGenerator.csproj
Last Commit (ab2cdbc)
			
| 1 | -- File didn't exist -- | 
New Commit (72f6226)
			
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 
| 2 | |
| 3 | ··<PropertyGroup> | 
| 4 | ····<OutputType>Exe</OutputType> | 
| 5 | ····<TargetFramework>net8.0</TargetFramework> | 
| 6 | ····<ImplicitUsings>disable</ImplicitUsings> | 
| 7 | ····<Nullable>disable</Nullable> | 
| 8 | ··</PropertyGroup> | 
| 9 | |
| 10 | </Project> | 
| 11 |