Another attempt at fixing the test
This commit is contained in:
parent
78452be97f
commit
be07e40182
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@ -9,12 +9,6 @@
|
|||||||
<NoWarn>1701;1702</NoWarn>
|
<NoWarn>1701;1702</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Remove="Core\**" />
|
|
||||||
<EmbeddedResource Remove="Core\**" />
|
|
||||||
<None Remove="Core\**" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="FluentAssertions" Version="6.8.0" />
|
<PackageReference Include="FluentAssertions" Version="6.8.0" />
|
||||||
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
|
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
|
||||||
|
@ -32,10 +32,6 @@ build:
|
|||||||
project: Tapeti.sln
|
project: Tapeti.sln
|
||||||
|
|
||||||
test:
|
test:
|
||||||
assemblies:
|
|
||||||
only:
|
|
||||||
- Tapeti.Tests\bin\Release\net6.0\Tapeti.Tests.dll
|
|
||||||
- Tapeti.Tests\bin\Release\net7.0\Tapeti.Tests.dll
|
|
||||||
categories:
|
categories:
|
||||||
except:
|
except:
|
||||||
- Requires Docker
|
- Requires Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user