Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
fe22904c
Commit
fe22904c
authored
Dec 26, 2019
by
Savorboard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade deps packages to support .net core 3.1
parent
e5900730
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
DotNetCore.CAP.Dashboard.csproj
src/DotNetCore.CAP.Dashboard/DotNetCore.CAP.Dashboard.csproj
+4
-5
DotNetCore.CAP.csproj
src/DotNetCore.CAP/DotNetCore.CAP.csproj
+2
-2
DotNetCore.CAP.Test.csproj
test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj
+4
-0
No files found.
src/DotNetCore.CAP.Dashboard/DotNetCore.CAP.Dashboard.csproj
View file @
fe22904c
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<TargetFramework>net
standard2.0
</TargetFramework>
<TargetFramework>net
coreapp3.1
</TargetFramework>
<NoWarn>1591</NoWarn>
<NoWarn>1591</NoWarn>
</PropertyGroup>
</PropertyGroup>
...
@@ -38,11 +38,10 @@
...
@@ -38,11 +38,10 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Consul" Version="0.7.2.6" />
<PackageReference Include="Consul" Version="0.7.2.6" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
...
src/DotNetCore.CAP/DotNetCore.CAP.csproj
View file @
fe22904c
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.
0
.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.
1
.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="3.
0
.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="3.
1
.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
</ItemGroup>
</ItemGroup>
...
...
test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj
View file @
fe22904c
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CS0067</NoWarn>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment