|
4 | 4 | <RootNamespace>Apache.NMS.ActiveMQ.Test</RootNamespace> |
5 | 5 | <AssemblyName>Apache.NMS.ActiveMQ.Test</AssemblyName> |
6 | 6 | <ApplicationIcon /> |
7 | | - <OutputType>Library</OutputType> |
8 | | - <StartupObject /> |
9 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
10 | 8 | <Company>Apache Software Foundation</Company> |
11 | 9 | <Authors>Apache ActiveMQ</Authors> |
12 | 10 | <Product>Apache NMS OpenWire Test</Product> |
13 | 11 | <Description>Apache NMS (.Net Standard Messaging Library) Test Suite</Description> |
14 | | - <Copyright>Copyright (C) 2005-2023 Apache Software Foundation</Copyright> |
15 | | - <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
16 | | - <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl> |
17 | | - <PackageIcon>activemq_logo_icon.png</PackageIcon> |
18 | | - <RepositoryUrl>https://github.com/apache/activemq-nms-openwire</RepositoryUrl> |
19 | | - <RepositoryType>git</RepositoryType> |
20 | | - <PackageTags>apache;activemq;nms;api;net;test;messaging</PackageTags> |
21 | | - <Version>2.0.0</Version> |
22 | 12 | <SignAssembly>true</SignAssembly> |
23 | 13 | <AssemblyOriginatorKeyFile>NMSKey.snk</AssemblyOriginatorKeyFile> |
24 | 14 | <LangVersion>8</LangVersion> |
25 | | - <TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks> |
| 15 | + <TargetFramework>net9.0</TargetFramework> |
26 | 16 | </PropertyGroup> |
27 | 17 |
|
28 | 18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
40 | 30 | <PackageReference Include="NUnit3TestAdapter" Version="3.13.0" /> |
41 | 31 | <PackageReference Include="System.Data.SqlClient" Version="4.6.1" /> |
42 | 32 | </ItemGroup> |
43 | | - |
44 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net462'"> |
45 | | - <Reference Include="System.Web" /> |
46 | | - </ItemGroup> |
47 | | - |
| 33 | + |
48 | 34 | <ItemGroup> |
49 | 35 | <ProjectReference Include="..\src\nms-openwire.csproj" /> |
50 | 36 | </ItemGroup> |
|
55 | 41 | </Reference> |
56 | 42 | </ItemGroup> |
57 | 43 |
|
58 | | - <ItemGroup> |
59 | | - <None Include="..\LICENSE.txt"> |
60 | | - <Pack>True</Pack> |
61 | | - <PackagePath></PackagePath> |
62 | | - </None> |
63 | | - </ItemGroup> |
64 | | - |
65 | 44 | <ItemGroup> |
66 | 45 | <None Update="nmsprovider-test.config"> |
67 | 46 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
0 commit comments