Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
黄奎
Education
Commits
7562f8ce
Commit
7562f8ce
authored
Apr 19, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增忽略文件
parent
d9d7956a
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
0 deletions
+18
-0
Edu.Aop.csproj
Edu.Aop/Edu.Aop.csproj
+1
-0
Edu.Cache.csproj
Edu.Cache/Edu.Cache.csproj
+1
-0
Edu.Common.csproj
Edu.Common/Edu.Common.csproj
+1
-0
Edu.EducationCore.csproj
Edu.EducationCore/Edu.EducationCore.csproj
+1
-0
Edu.Model.csproj
Edu.Model/Edu.Model.csproj
+1
-0
Edu.Module.Course.csproj
Edu.Module.Course/Edu.Module.Course.csproj
+1
-0
Edu.Module.Finance.csproj
Edu.Module.Finance/Edu.Module.Finance.csproj
+1
-0
Edu.Module.Log.csproj
Edu.Module.Log/Edu.Module.Log.csproj
+1
-0
Edu.Module.OKR.csproj
Edu.Module.OKR/Edu.Module.OKR.csproj
+1
-0
Edu.Module.Public.csproj
Edu.Module.Public/Edu.Module.Public.csproj
+1
-0
Edu.Module.Question.csproj
Edu.Module.Question/Edu.Module.Question.csproj
+1
-0
Edu.Module.StudyAbroad.csproj
Edu.Module.StudyAbroad/Edu.Module.StudyAbroad.csproj
+1
-0
Edu.Module.System.csproj
Edu.Module.System/Edu.Module.System.csproj
+1
-0
Edu.Module.User.csproj
Edu.Module.User/Edu.Module.User.csproj
+1
-0
Edu.Module.Web.csproj
Edu.Module.Web/Edu.Module.Web.csproj
+1
-0
Edu.Repository.csproj
Edu.Repository/Edu.Repository.csproj
+1
-0
Edu.ThirdCore.csproj
Edu.ThirdCore/Edu.ThirdCore.csproj
+1
-0
Edu.WebApi.csproj
Edu.WebApi/Edu.WebApi.csproj
+1
-0
No files found.
Edu.Aop/Edu.Aop.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Cache/Edu.Cache.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Common/Edu.Common.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.EducationCore/Edu.EducationCore.csproj
View file @
7562f8ce
...
...
@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
...
...
Edu.Model/Edu.Model.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Course/Edu.Module.Course.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Finance/Edu.Module.Finance.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Log/Edu.Module.Log.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.OKR/Edu.Module.OKR.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Public/Edu.Module.Public.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Question/Edu.Module.Question.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.StudyAbroad/Edu.Module.StudyAbroad.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.System/Edu.Module.System.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.User/Edu.Module.User.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Module.Web/Edu.Module.Web.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.Repository/Edu.Repository.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.ThirdCore/Edu.ThirdCore.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<ItemGroup>
...
...
Edu.WebApi/Edu.WebApi.csproj
View file @
7562f8ce
...
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
...
...
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