Skip to content

Commit

Permalink
Merge pull request #194 from jediwhale/net9.0
Browse files Browse the repository at this point in the history
Net9.0 Support and Removal of dbfit* Projects
  • Loading branch information
sqeezy authored Nov 28, 2024
2 parents 27fe993 + 3188d31 commit 4153946
Show file tree
Hide file tree
Showing 195 changed files with 989 additions and 5,708 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.X
7.0.X
8.0.X
9.0.X
- name: Install dependencies
run: dotnet msbuild -target:restore .\build.proj
- name: Build
Expand Down
89 changes: 20 additions & 69 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</Target>

<Target Name="unittests" DependsOnTargets="solution">
<Exec Command="dotnet test source\fitSharpTest\fitSharpTest.csproj" />
<Exec Command="dotnet test source\fitTest\fitTest.csproj" />
<Exec Command="dotnet test --no-build -m:1 source\fitSharpTest\fitSharpTest.csproj" />
<Exec Command="dotnet test --no-build -m:1 source\fitTest\fitTest.csproj" />
</Target>

<Target Name="storytests" DependsOnTargets="solution">
<Exec Command="dotnet test source\StoryTest\StoryTest.csproj" />
<Exec Command="dotnet test --no-build -m:1 source\StoryTest\StoryTest.csproj" />
</Target>

<Target Name="package">
Expand All @@ -35,87 +35,38 @@
source\fitSharp\bin\release\net48\fitSharp.dll;
source\fit\bin\release\net48\fit.dll;
source\Runner\bin\release\net48\Runner.exe;
source\RunnerW\bin\release\net48\RunnerW.exe;
source\dbfit\bin\release\net48\dbfit.dll;
source\dbfitMySql\bin\release\net48\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net48\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net48\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net48\dbfit.sybase.dll;"/>
<Net6Files Include="
source\fitSharp\bin\release\net6.0\fitSharp.dll;
source\fit\bin\release\net6.0\fit.dll;
source\Runner\bin\release\net6.0\Runner.dll;
source\Runner\bin\release\net6.0\Runner.runtimeconfig.json;
source\dbfit\bin\release\net6.0\dbfit.dll;
source\dbfitMySql\bin\release\net6.0\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net6.0\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net6.0\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net6.0\dbfit.sybase.dll;"/>
<Net6WinFiles Include="
source\fitSharp\bin\release\net6.0-windows\fitSharp.dll;
source\fit\bin\release\net6.0-windows\fit.dll;
source\Runner\bin\release\net6.0-windows\Runner.dll;
source\Runner\bin\release\net6.0-windows\Runner.runtimeconfig.json;
source\RunnerW\bin\release\net6.0-windows\RunnerW.dll;
source\RunnerW\bin\release\net6.0-windows\RunnerW.runtimeconfig.json;
source\dbfit\bin\release\net6.0-windows\dbfit.dll;
source\dbfitMySql\bin\release\net6.0-windows\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net6.0-windows\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net6.0-windows\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net6.0-windows\dbfit.sybase.dll;"/>
<Net7Files Include="
source\fitSharp\bin\release\net7.0\fitSharp.dll;
source\fit\bin\release\net7.0\fit.dll;
source\Runner\bin\release\net7.0\Runner.dll;
source\Runner\bin\release\net7.0\Runner.runtimeconfig.json;
source\dbfit\bin\release\net7.0\dbfit.dll;
source\dbfitMySql\bin\release\net7.0\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net7.0\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net7.0\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net7.0\dbfit.sybase.dll;"/>
<Net7WinFiles Include="
source\fitSharp\bin\release\net7.0-windows\fitSharp.dll;
source\fit\bin\release\net7.0-windows\fit.dll;
source\Runner\bin\release\net7.0-windows\Runner.dll;
source\Runner\bin\release\net7.0-windows\Runner.runtimeconfig.json;
source\RunnerW\bin\release\net7.0-windows\RunnerW.dll;
source\RunnerW\bin\release\net7.0-windows\RunnerW.runtimeconfig.json;
source\dbfit\bin\release\net7.0-windows\dbfit.dll;
source\dbfitMySql\bin\release\net7.0-windows\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net7.0-windows\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net7.0-windows\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net7.0-windows\dbfit.sybase.dll;"/>
source\RunnerW\bin\release\net48\RunnerW.exe"/>
<Net8Files Include="
source\fitSharp\bin\release\net8.0\fitSharp.dll;
source\fit\bin\release\net8.0\fit.dll;
source\Runner\bin\release\net8.0\Runner.dll;
source\Runner\bin\release\net8.0\Runner.runtimeconfig.json;
source\dbfit\bin\release\net8.0\dbfit.dll;
source\dbfitMySql\bin\release\net8.0\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net8.0\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net8.0\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net8.0\dbfit.sybase.dll;"/>
source\Runner\bin\release\net8.0\Runner.runtimeconfig.json"/>
<Net8WinFiles Include="
source\fitSharp\bin\release\net8.0-windows\fitSharp.dll;
source\fit\bin\release\net8.0-windows\fit.dll;
source\Runner\bin\release\net8.0-windows\Runner.dll;
source\Runner\bin\release\net8.0-windows\Runner.runtimeconfig.json;
source\RunnerW\bin\release\net8.0-windows\RunnerW.dll;
source\RunnerW\bin\release\net8.0-windows\RunnerW.runtimeconfig.json;
source\dbfit\bin\release\net8.0-windows\dbfit.dll;
source\dbfitMySql\bin\release\net8.0-windows\dbfit.mysql.dll;
source\dbfitOracle\bin\release\net8.0-windows\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net8.0-windows\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net8.0-windows\dbfit.sybase.dll;"/>
source\RunnerW\bin\release\net8.0-windows\RunnerW.runtimeconfig.json"/>
<Net9Files Include="
source\fitSharp\bin\release\net9.0\fitSharp.dll;
source\fit\bin\release\net9.0\fit.dll;
source\Runner\bin\release\net9.0\Runner.dll;
source\Runner\bin\release\net9.0\Runner.runtimeconfig.json"/>
<Net9WinFiles Include="
source\fitSharp\bin\release\net9.0-windows\fitSharp.dll;
source\fit\bin\release\net9.0-windows\fit.dll;
source\Runner\bin\release\net9.0-windows\Runner.dll;
source\Runner\bin\release\net9.0-windows\Runner.runtimeconfig.json;
source\RunnerW\bin\release\net9.0-windows\RunnerW.dll;
source\RunnerW\bin\release\net9.0-windows\RunnerW.runtimeconfig.json"/>
<Packages Include="nuget\*.nupkg" />
</ItemGroup>
<Copy SourceFiles="@(Netfx48Files)" DestinationFolder="nuget\lib\net48" />
<Copy SourceFiles="@(Net6Files)" DestinationFolder="nuget\lib\net6.0" />
<Copy SourceFiles="@(Net6WinFiles)" DestinationFolder="nuget\lib\net6.0-windows" />
<Copy SourceFiles="@(Net7Files)" DestinationFolder="nuget\lib\net7.0" />
<Copy SourceFiles="@(Net7WinFiles)" DestinationFolder="nuget\lib\net7.0-windows" />
<Copy SourceFiles="@(Net8Files)" DestinationFolder="nuget\lib\net8.0" />
<Copy SourceFiles="@(Net8WinFiles)" DestinationFolder="nuget\lib\net8.0-windows" />
<Copy SourceFiles="@(net9Files)" DestinationFolder="nuget\lib\net9.0" />
<Copy SourceFiles="@(net9WinFiles)" DestinationFolder="nuget\lib\net9.0-windows" />
<Exec Command="..\binary\tools\nuget\nuget pack FitSharp.nuspec" WorkingDirectory="nuget"/>
<Move SourceFiles="@(Packages)" DestinationFolder="binary" />
</Target>
Expand Down
3 changes: 2 additions & 1 deletion document/fitSharp/Fit/CompareFloatingPoint.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- fitSharp
Copyright © Syterra Software Inc. All rights reserved.
Copyright © Syterra Software Inc. All rights reserved.
The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
which can be found in the file license.txt at the root of this distribution. By using this software in any fashion, you are agreeing
to be bound by the terms of this license. You must not remove this notice, or any other, from this software. -->
Expand All @@ -26,6 +26,7 @@
<tr><td>6</td><td>abandon story test</td></tr>
<tr><td>7</td><td>abandon story test</td></tr>
<tr><td>8</td><td>abandon story test</td></tr>
<tr><td>9</td><td>abandon story test</td></tr>
</table>
<br>
<table border="1" cellpadding="2" cellspacing="0">
Expand Down
36 changes: 0 additions & 36 deletions fitSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fitTest", "source\fitTest\f
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runner", "source\Runner\Runner.csproj", "{2EB7CA6D-7373-48E5-97C0-D98E1560E161}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfit", "source\dbfit\dbfit.csproj", "{6F72A0B4-EAB2-410A-945D-4C4D04B18893}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfitMySql", "source\dbfitMySql\dbfitMySql.csproj", "{0E54698B-0BF7-4413-9E4C-C807E346CD11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfitOracle", "source\dbfitOracle\dbfitOracle.csproj", "{F38C6772-3B92-4E10-9ED4-D37BE35D2303}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfitSqlServer", "source\dbfitSqlServer\dbfitSqlServer.csproj", "{CF0CAD84-0102-4C7C-BA8C-572111FF6899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfitSybase", "source\dbfitSybase\dbfitSybase.csproj", "{94F5FD4F-C6C9-4D60-94BF-13974F780A3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dbfitTest", "source\dbfitTest\dbfitTest.csproj", "{383E3568-AEEE-4F95-8D87-355D891DB36F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunnerW", "source\RunnerW\RunnerW.csproj", "{73A6C8F9-FB51-4D17-9BED-4BE0785CD5B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTarget2", "source\TestTarget2\TestTarget2.csproj", "{538B8011-B247-46EC-A9AB-29BC5262A543}"
Expand Down Expand Up @@ -69,30 +57,6 @@ Global
{2EB7CA6D-7373-48E5-97C0-D98E1560E161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB7CA6D-7373-48E5-97C0-D98E1560E161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB7CA6D-7373-48E5-97C0-D98E1560E161}.Release|Any CPU.Build.0 = Release|Any CPU
{6F72A0B4-EAB2-410A-945D-4C4D04B18893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F72A0B4-EAB2-410A-945D-4C4D04B18893}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F72A0B4-EAB2-410A-945D-4C4D04B18893}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F72A0B4-EAB2-410A-945D-4C4D04B18893}.Release|Any CPU.Build.0 = Release|Any CPU
{0E54698B-0BF7-4413-9E4C-C807E346CD11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E54698B-0BF7-4413-9E4C-C807E346CD11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E54698B-0BF7-4413-9E4C-C807E346CD11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E54698B-0BF7-4413-9E4C-C807E346CD11}.Release|Any CPU.Build.0 = Release|Any CPU
{F38C6772-3B92-4E10-9ED4-D37BE35D2303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F38C6772-3B92-4E10-9ED4-D37BE35D2303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F38C6772-3B92-4E10-9ED4-D37BE35D2303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F38C6772-3B92-4E10-9ED4-D37BE35D2303}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0CAD84-0102-4C7C-BA8C-572111FF6899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0CAD84-0102-4C7C-BA8C-572111FF6899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0CAD84-0102-4C7C-BA8C-572111FF6899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0CAD84-0102-4C7C-BA8C-572111FF6899}.Release|Any CPU.Build.0 = Release|Any CPU
{94F5FD4F-C6C9-4D60-94BF-13974F780A3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F5FD4F-C6C9-4D60-94BF-13974F780A3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F5FD4F-C6C9-4D60-94BF-13974F780A3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F5FD4F-C6C9-4D60-94BF-13974F780A3E}.Release|Any CPU.Build.0 = Release|Any CPU
{383E3568-AEEE-4F95-8D87-355D891DB36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{383E3568-AEEE-4F95-8D87-355D891DB36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{383E3568-AEEE-4F95-8D87-355D891DB36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{383E3568-AEEE-4F95-8D87-355D891DB36F}.Release|Any CPU.Build.0 = Release|Any CPU
{73A6C8F9-FB51-4D17-9BED-4BE0785CD5B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A6C8F9-FB51-4D17-9BED-4BE0785CD5B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A6C8F9-FB51-4D17-9BED-4BE0785CD5B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions nuget/FitSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<owners>mikestockdale</owners>
<projectUrl>http://fitsharp.github.io/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>fitSharp is a set of open-source functional testing tools for .NET, inspired by the Framework for Integrated Test</description>
<description>fitSharp is a set of open-source functional testing tools for .NET, inspired by the Framework for Integrated Test. It can be used in combination with FitNesse.</description>
<copyright>Copyright © 2022 Syterra Software Inc. All rights reserved.</copyright>
<releaseNotes>See https://fitsharp.github.io/FitSharp/ReleaseInformation.html</releaseNotes>
<license type="file">license\license.txt</license>
<tags>fit fitnesse testing</tags>
<tags>fit fitnesse testing dotnet</tags>
<references>
<reference file="fitsharp.dll" />
<reference file="fit.dll" />
Expand Down
2 changes: 1 addition & 1 deletion source/Runner/Runner.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>fitSharp.Runner</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/Runner/RunnerL.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>fitSharp.Runner</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/RunnerW/RunnerW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net48;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0-windows;net9.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/Samples/Samples.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>fitSharp.Samples</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/Samples/SamplesL.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>fitSharp.Samples</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
3 changes: 2 additions & 1 deletion source/StoryTest/StoryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using fitSharp.Machine.Application;
using fitSharp.Machine.Model;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace fitSharp.StoryTest {
[TestFixture]
Expand All @@ -32,7 +33,7 @@ public void Run() {
var config = Path.Combine(
AppDomain.CurrentDomain.BaseDirectory.Before(new[] {"/build/".AsPath(), "/source/".AsPath()}),
"storytest.config." + TargetFramework.FileExtension + ".xml");
Assert.AreEqual(0, Shell.Run(new [] {"-c", config}));
ClassicAssert.AreEqual(0, Shell.Run(new [] {"-c", config}));
}

static void Copy(string project, string sourcePath, string destinationPath) {
Expand Down
6 changes: 3 additions & 3 deletions source/StoryTest/StoryTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<RootNamespace>fitSharp.StoryTest</RootNamespace>
<TargetFrameworks>net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/StoryTest/StoryTestL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>fitSharp.StoryTest</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>StoryTest</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion source/TestTarget/TestTarget.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>fitSharp.TestTarget</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/TestTarget/TestTargetL.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>fitSharp.TestTarget</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/TestTarget2/TestTarget2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0;net8.0-windows;net9.0;net9.0-windows</TargetFrameworks>
<RootNamespace>fitSharp.TestTarget2</RootNamespace>
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/TestTarget2/TestTarget2L.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Deterministic>false</Deterministic>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>TestTarget2</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TestTarget\TestTargetL.csproj" />
Expand Down
10 changes: 0 additions & 10 deletions source/dbfit/Properties/AssemblyInfo.cs

This file was deleted.

15 changes: 0 additions & 15 deletions source/dbfit/dbfit.csproj

This file was deleted.

Loading

0 comments on commit 4153946

Please sign in to comment.