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 >{322DD595-9FF9-4A48-82F0-74BE4A8833E2}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >NServiceBus.Encryption.MessageProperty.AcceptanceTests</RootNamespace >
11- <AssemblyName >NServiceBus.Encryption.MessageProperty.AcceptanceTests</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <SignAssembly >false</SignAssembly >
15- <AssemblyOriginatorKeyFile >..\NServiceBus.snk</AssemblyOriginatorKeyFile >
4+ <TargetFrameworks >net452;netcoreapp2.0</TargetFrameworks >
5+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
166 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- </PropertyGroup >
34- <ItemGroup >
35- <Reference Include =" NServiceBus.AcceptanceTesting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c, processorArchitecture=MSIL" >
36- <HintPath >..\packages\NServiceBus.AcceptanceTesting.6.2.0-alpha0166\lib\net452\NServiceBus.AcceptanceTesting.dll</HintPath >
37- <Private >True</Private >
38- </Reference >
39- <Reference Include =" NServiceBus.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c, processorArchitecture=MSIL" >
40- <HintPath >..\packages\NServiceBus.6.2.0-alpha0166\lib\net452\NServiceBus.Core.dll</HintPath >
41- <Private >True</Private >
42- </Reference >
43- <Reference Include =" nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
44- <HintPath >..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath >
45- <Private >True</Private >
46- </Reference >
47- <Reference Include =" System" />
48- <Reference Include =" System.Core" />
49- <Reference Include =" Microsoft.CSharp" />
50- </ItemGroup >
51- <ItemGroup >
52- <Compile Include =" Infrastructure\DefaultServer.cs" />
53- <Compile Include =" Infrastructure\EndpointCustomizationConfigurationExtensions.cs" />
54- <Compile Include =" Infrastructure\NServiceBusAcceptanceTest.cs" />
55- <Compile Include =" When_enabling_core_encryption_feature.cs" />
56- <Compile Include =" When_receiving_from_legacy_endpoint_using_conventions.cs" />
57- <Compile Include =" When_receiving_legacy_type.cs" />
58- <Compile Include =" When_sending_legacy_type.cs" />
59- <Compile Include =" When_sending_to_legacy_endpoint_using_conventions.cs" />
60- <Compile Include =" When_using_encryption_with_custom_service.cs" />
61- <Compile Include =" When_using_Rijndael_without_incoming_key_identifier.cs" />
62- <Compile Include =" When_using_Rijndael_with_custom.cs" />
63- <Compile Include =" When_using_Rijndael_with_multikey.cs" />
64- <Compile Include =" When_using_Rijndael_with_unobtrusive_mode.cs" />
65- </ItemGroup >
7+
668 <ItemGroup >
67- <None Include =" packages.config " />
9+ <ProjectReference Include =" ..\MessageProperty\NServiceBus.Encryption.MessageProperty.csproj " />
6810 </ItemGroup >
11+
6912 <ItemGroup >
70- <ProjectReference Include =" ..\MessageProperty\NServiceBus.Encryption.MessageProperty.csproj " >
71- < Project >{63ee7112-93f3-43b9-9895-d593eaadea9b}</ Project >
72- < Name >NServiceBus.Encryption.MessageProperty</ Name >
73- </ ProjectReference >
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk " Version = " 15.3.0 " / >
14+ < PackageReference Include = " NServiceBus.AcceptanceTesting " Version = " 7.0.0 " / >
15+ < PackageReference Include = " NUnit " Version = " 3.7.1 " / >
16+ <PackageReference Include = " NUnit3TestAdapter " Version = " 3.8.0-alpha1 " / >
7417 </ItemGroup >
75- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
18+
7619</Project >
0 commit comments