Skip to content

Commit 2b8d2d8

Browse files
committed
[CONF] Applied suggestions, removed useless parts.
1 parent 03a7e9e commit 2b8d2d8

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

GUI2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
dotnet run --project EDSEditorGUI2 --framework net8.0 --property WarningLevel=0 "$@"
3+
dotnet run --project EDSEditorGUI2 --property WarningLevel=0 "$@"

GUITests/GUITests.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
@@ -11,18 +10,11 @@
1110
</PropertyGroup>
1211

1312
<ItemGroup>
13+
<Using Include="Xunit" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.0" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
1815
<ProjectReference Include="..\EDSEditorGUI2\EDSEditorGUI2.csproj" />
19-
</ItemGroup>
20-
21-
<ItemGroup>
22-
<Using Include="Xunit" />
2316
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2417
<PackageReference Include="xunit.v3" Version="3.2.0" />
2518
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
2619
</ItemGroup>
27-
2820
</Project>

Tests/Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<TargetFrameworks Condition="'$(BuildNet481)' == 'true'">net481</TargetFrameworks>
44
<TargetFrameworks Condition="'$(BuildNet8)' == 'true'">net8.0</TargetFrameworks>
55
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net481;net8.0</TargetFrameworks>
6-
<Nullable>enable</Nullable>
76
<OutputType>Exe</OutputType>
87
<RootNamespace>Tests</RootNamespace>
98
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -21,8 +20,6 @@
2120
<None Include="minimal_project.xdd">
2221
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2322
</None>
24-
</ItemGroup>
25-
<ItemGroup>
2623
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2724
<PackageReference Include="xunit.v3" Version="3.2.0" />
2825
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

0 commit comments

Comments
 (0)