1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{B8504599-355D-46BA-A20B-A4C99369CF6A}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >LZStringCSharp.Tests</RootNamespace >
11- <AssemblyName >LZStringCSharp.Tests</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <IsTestProject >true</IsTestProject >
4+ <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
5+ <Description >LZ String C# Compression Library (Tests)</Description >
156 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
35- <HintPath >..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath >
36- <Private >True</Private >
37- </Reference >
38- <Reference Include =" System" />
39- <Reference Include =" System.Core" />
40- <Reference Include =" System.Xml.Linq" />
41- <Reference Include =" System.Data.DataSetExtensions" />
42- <Reference Include =" Microsoft.CSharp" />
43- <Reference Include =" System.Data" />
44- <Reference Include =" System.Net.Http" />
45- <Reference Include =" System.Xml" />
46- </ItemGroup >
7+
478 <ItemGroup >
48- <Compile Include =" LZStringTests.cs" />
49- <Compile Include =" Properties\AssemblyInfo.cs" />
50- </ItemGroup >
51- <ItemGroup >
52- <None Include =" packages.config" />
9+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
5310 </ItemGroup >
11+
5412 <ItemGroup >
55- <ProjectReference Include =" ..\src\LZStringCSharp.csproj" >
56- <Project >{4E440D71-82BE-4217-A1DC-98BF45945EB0}</Project >
57- <Name >LZStringCSharp</Name >
58- </ProjectReference >
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
14+ <PackageReference Include =" NUnit" Version =" 3.12.0" />
15+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
16+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17+ <PrivateAssets >all</PrivateAssets >
18+ </PackageReference >
5919 </ItemGroup >
20+
6021 <ItemGroup >
61- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358} " />
22+ <ProjectReference Include =" ..\src\LZStringCSharp.csproj " />
6223 </ItemGroup >
63- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6424</Project >
0 commit comments