File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp2 .0</TargetFrameworks >
5- <AssemblyName >Microsoft.VisualStudio.TestPlatform.Extension. JUnit.Xml.TestAdapter </AssemblyName >
6- <RootNamespace >Microsoft.VisualStudio.TestPlatform.Extension. JUnit.Xml.TestAdapter </RootNamespace >
4+ <TargetFrameworks >netstandard2 .0</TargetFrameworks >
5+ <AssemblyName >JUnit.TestLogger </AssemblyName >
6+ <RootNamespace >JUnit.TestLogger </RootNamespace >
77 <PackageId >JUnitTestLogger</PackageId >
88 <Authors >Syncromatics Engineering</Authors >
99 <Company >Syncromatics</Company >
1919
2020 <ItemGroup >
2121 <Content Include =" JUnitTestLogger.props" >
22- <PackagePath >build/netcoreapp2 .0</PackagePath >
22+ <PackagePath >build/netstandard2 .0</PackagePath >
2323 <Pack >true</Pack >
2424 </Content >
2525 </ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <Content Include =" $(MSBuildThisFileDirectory)Microsoft.VisualStudio.TestPlatform.Extension. JUnit.Xml.TestAdapter .dll" >
5- <Link >Microsoft.VisualStudio.TestPlatform.Extension. JUnit.Xml.TestAdapter .dll</Link >
4+ <Content Include =" $(MSBuildThisFileDirectory)JUnit.TestLogger .dll" >
5+ <Link >JUnit.TestLogger .dll</Link >
66 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
77 <Visible >False</Visible >
88 </Content >
Original file line number Diff line number Diff line change 1010using Microsoft . VisualStudio . TestPlatform . ObjectModel . Client ;
1111using Microsoft . VisualStudio . TestPlatform . ObjectModel . Logging ;
1212
13- namespace Microsoft . VisualStudio . TestPlatform . Extension . JUnit . Xml . TestAdapter
13+ namespace JUnit . TestLogger
1414{
1515 [ FriendlyName ( FriendlyName ) ]
1616 [ ExtensionUri ( ExtensionUri ) ]
You can’t perform that action at this time.
0 commit comments