Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
Bailun.PmsAPI
Overview
Overview
Details
Activity
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
pds
Bailun.PmsAPI
Commits
a717fe64
Commit
a717fe64
authored
Sep 02, 2020
by
weitianhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化代码
初始化代码
parent
f03d3004
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
Web.config
WebApi/Web.config
+8
-3
WebApi.csproj
WebApi/WebApi.csproj
+4
-6
packages.config
WebApi/packages.config
+3
-2
No files found.
WebApi/Web.config
View file @
a717fe64
...
...
@@ -74,7 +74,7 @@
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Newtonsoft.Json"
culture
=
"neutral"
publicKeyToken
=
"30ad4fe6b2a6aeed"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
6.0.0.0"
newVersion
=
"6
.0.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
12.0.0.0"
newVersion
=
"12
.0.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.Web.Optimization"
publicKeyToken
=
"31bf3856ad364e35"
/>
...
...
@@ -118,4 +118,9 @@
<
compiler
language
=
"vb;vbs;visualbasic;vbscript"
extension
=
".vb"
type
=
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel
=
"4"
compilerOptions
=
"/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"
/>
</
compilers
>
</
system
.
codedom
>
</
configuration
>
\ No newline at end of file
<
system
.
data
>
<
DbProviderFactories
>
<
remove
invariant
=
"MySql.Data.MySqlClient"
/>
<
add
name
=
"MySQL Data Provider"
invariant
=
"MySql.Data.MySqlClient"
description
=
".Net Framework Data Provider for MySQL"
type
=
"MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"
/>
</
DbProviderFactories
>
</
system
.
data
></
configuration
>
\ No newline at end of file
WebApi/WebApi.csproj
View file @
a717fe64
...
...
@@ -85,13 +85,11 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Qiniu.7.3.1.1\lib\Net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
...
...
WebApi/packages.config
View file @
a717fe64
...
...
@@ -6,6 +6,7 @@
<
package
id
=
"EntityFramework.zh-Hans"
version
=
"6.1.3"
targetFramework
=
"net452"
/>
<
package
id
=
"jQuery"
version
=
"1.10.2"
targetFramework
=
"net452"
/>
<
package
id
=
"jQuery.Validation"
version
=
"1.11.1"
targetFramework
=
"net452"
/>
<
package
id
=
"log4net"
version
=
"2.0.3"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights"
version
=
"2.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights.Agent.Intercept"
version
=
"1.2.1"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights.DependencyCollector"
version
=
"2.0.0"
targetFramework
=
"net452"
/>
...
...
@@ -59,8 +60,9 @@
<
package
id
=
"Microsoft.Owin.zh-Hans"
version
=
"3.0.1"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.Web.Infrastructure"
version
=
"1.0.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Modernizr"
version
=
"2.6.2"
targetFramework
=
"net452"
/>
<
package
id
=
"MySql.Data"
version
=
"6.9.12"
targetFramework
=
"net45"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net45"
/>
<
package
id
=
"Owin"
version
=
"1.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Respond"
version
=
"1.2.0"
targetFramework
=
"net452"
/>
<
package
id
=
"WebGrease"
version
=
"1.5.2"
targetFramework
=
"net452"
/>
<
package
id
=
"log4net"
version
=
"2.0.3"
targetFramework
=
"net452"
/>
</
packages
>
\ No newline at end of file
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