Skip to content

Commit d8ef1b5

Browse files
author
杨晓东
committed
Add support for cap 5.1.1
1 parent 85fb2ff commit d8ef1b5

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

samples/InMemorySample/InMemorySample.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
4+
<TargetFramework>net5.0</TargetFramework>
65
</PropertyGroup>
76

87
<ItemGroup>
9-
<PackageReference Include="DotNetCore.CAP.InMemoryStorage" Version="3.0.0" />
8+
<PackageReference Include="DotNetCore.CAP.InMemoryStorage" Version="5.1.1" />
109
</ItemGroup>
1110

1211
<ItemGroup>

src/Savorboard.CAP.InMemoryMessageQueue/Savorboard.CAP.InMemoryMessageQueue.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="DotNetCore.CAP" Version="3.1.2" />
13+
<PackageReference Include="DotNetCore.CAP" Version="5.1.1" />
1414
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
1515
</ItemGroup>
1616

@@ -31,7 +31,7 @@
3131
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3232
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3333
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
34-
<Version>3.1.1</Version>
34+
<Version>5.1.1</Version>
3535
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
3636
</PropertyGroup>
3737

test/InMemoryQueueTest/InMemoryQueueTest.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
5-
4+
<TargetFramework>net5.0</TargetFramework>
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

0 commit comments

Comments
 (0)