File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/NServiceBus.Extensions.Hosting.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461;netcoreapp2 .1</TargetFrameworks >
4
+ <TargetFrameworks >net461;netcoreapp3 .1</TargetFrameworks >
5
5
<SignAssembly >true</SignAssembly >
6
6
<AssemblyOriginatorKeyFile >..\NServiceBus.snk</AssemblyOriginatorKeyFile >
7
7
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3 .0" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5 .0" />
12
12
<PackageReference Include =" NUnit" Version =" 3.12.0" />
13
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.15 .1" />
13
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16 .1" />
14
14
<PackageReference Include =" Particular.Approvals" Version =" 0.2.0" />
15
15
<PackageReference Include =" PublicApiGenerator" Version =" 9.3.0" />
16
- <PackageReference Include =" NServiceBus" Version =" 7.2.0 " />
16
+ <PackageReference Include =" NServiceBus" Version =" 7.2.3 " />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments