File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- dotnet run --project EDSEditorGUI2 --framework net8.0 -- property WarningLevel=0 " $@ "
3+ dotnet run --project EDSEditorGUI2 --property WarningLevel=0 " $@ "
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >net8.0</TargetFramework >
54 <ImplicitUsings >enable</ImplicitUsings >
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 >
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments