Browse Source

Update Abc.Zebus.Testing from net461 to net48

Alexandre KOWALCZYK 4 years ago
parent
commit
427f1d3f29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Abc.Zebus.Testing/Abc.Zebus.Testing.csproj

+ 1 - 1
src/Abc.Zebus.Testing/Abc.Zebus.Testing.csproj

@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFrameworks>net461;netcoreapp2.1;netstandard2.0</TargetFrameworks>
+    <TargetFrameworks>net48;netcoreapp2.1;netstandard2.0</TargetFrameworks>
     <PackageId>Zebus.Testing</PackageId>
     <Description>Test tools for Zebus</Description>
     <Version>$(ZebusTestingVersion)</Version>