File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
src/Savorboard.CAP.InMemoryMessageQueue Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >netstandard2.1 </TargetFramework >
55 </PropertyGroup >
66
77 <PropertyGroup >
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments