We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0402fb5 commit 1026599Copy full SHA for 1026599
src/AbstractBuilder/AbstractBuilder.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
5
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net45;net48;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
6
<Authors>Pablo Caballero</Authors>
7
<Description>AbstractBuilder is a friendly object builder pattern for testing in .NET</Description>
0 commit comments