Skip to content

Commit

Permalink
Target netcoreapp and net451 instead of netstandard
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Benjamin <[email protected]>
  • Loading branch information
annymsMthd committed Jan 21, 2018
1 parent 6361089 commit a5f70a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/JunitTestLogger/JUnitTestLogger.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netcoreapp2.0;net451</TargetFrameworks>
<AssemblyName>Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter</AssemblyName>
<RootNamespace>Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter</RootNamespace>
<PackageId>JUnitTestLogger</PackageId>
<Authors>Syncromatics Engineering</Authors>
<Company>Syncromatics</Company>
<Product>JUnitTestLogger</Product>
<PackageIconUrl>https://en.gravatar.com/userimage/100017782/89bdc96d68ad4b23998e3cdabdeb6e13.png?size=32</PackageIconUrl>
<PackageProjectUrl>https://github.com/syncromatics/JUnitTestLogger</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a5f70a6

Please sign in to comment.