Datei: IntegrationTests/TestRunner/TestRunner.csproj
Last Commit (182cfd7)
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 |
New Commit (a04c7be)
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 | ··<ItemGroup> |
11 | ····<PackageReference Include="Formfakten.TestLogger" Version="1.0.0" /> |
12 | ··</ItemGroup> |
13 | |
14 | </Project> |
15 |