This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/Microsoft.Azure.ServiceBus
test/Microsoft.Azure.ServiceBus.UnitTests Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 55 <Version >3.1.1</Version >
66 <Authors >Microsoft</Authors >
77 <copyright >© Microsoft Corporation. All rights reserved.</copyright >
8- <TargetFramework >netstandard2.0</ TargetFramework >
8+ <TargetFrameworks >netstandard2.0;net461</ TargetFrameworks >
99 <AssemblyOriginatorKeyFile >../../build/keyfile.snk</AssemblyOriginatorKeyFile >
1010 <SignAssembly >true</SignAssembly >
1111 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
3535 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
3636 </ItemGroup >
3737
38+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
39+ <Reference Include =" System.Transactions" />
40+ <Reference Include =" System.Net.Http" />
41+ <Reference Include =" System.Web" />
42+ </ItemGroup >
43+
3844 <ItemGroup >
3945 <Compile Update =" Resources.Designer.cs" >
4046 <DesignTime >True</DesignTime >
Original file line number Diff line number Diff line change 2121 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\OnMessageQueueTests.cs" />
2222 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\OnSessionQueueTests.cs" />
2323 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\RetryTests.cs" />
24+ <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\TransactionTests.cs" />
2425 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\SubscriptionClientTests.cs" />
2526 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\Diagnostics\ExtractActivityTests.cs" />
2627 <compile Remove =" ..\..\test\Microsoft.Azure.ServiceBus.UnitTests\Diagnostics\SessionDiagnosticsTests.cs" />
5758 <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
5859 <PackageReference Include =" WindowsAzure.ServiceBus" Version =" 4.1.2" />
5960 </ItemGroup >
60-
61+
6162
6263</Project >
You can’t perform that action at this time.
0 commit comments