FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Blog.Core/Blog.Core.Repository/Blog.Core.Repository.csproj at master · anjoy8/Blog.Core · GitHub
anjoy8
/
Blog.Core
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
5.3k
Code
Issues
5
Pull requests
2
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Blog.Core
/
Blog.Core.Repository
/
Blog.Core.Repository.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (20 loc) · 877 Bytes
Breadcrumbs
Blog.Core
/
Blog.Core.Repository
/
Blog.Core.Repository.csproj
Copy path
File metadata and controls
29 lines (20 loc) · 877 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
ItemGroup
>
<
PackageReference
Include
=
"
MongoDB.Bson
"
Version
=
"
2.22.0
"
/>
<
PackageReference
Include
=
"
MongoDB.Driver.Core
"
Version
=
"
2.22.0
"
/>
<
PackageReference
Include
=
"
MongoDB.Driver
"
Version
=
"
2.22.0
"
/>
</
ItemGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)'=='Debug|AnyCPU'
"
>
<
OutputPath
>..\Blog.Core.Api\bin\Debug\</
OutputPath
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)'=='Release|AnyCPU'
"
>
<
OutputPath
>..\Blog.Core\bin\Release\</
OutputPath
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
MiniProfiler.AspNetCore.Mvc
"
Version
=
"
4.3.8
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\Blog.Core.Common\Blog.Core.Common.csproj
"
/>
<
ProjectReference
Include
=
"
..\Blog.Core.Model\Blog.Core.Model.csproj
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL