FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dotnet.SampleCode/src/SampleCode/SampleCode.csproj at master · l1honghui/Dotnet.SampleCode · GitHub
l1honghui
/
Dotnet.SampleCode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Dotnet.SampleCode
/
src
/
SampleCode
/
SampleCode.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 967 Bytes
Breadcrumbs
Dotnet.SampleCode
/
src
/
SampleCode
/
SampleCode.csproj
Copy path
File metadata and controls
27 lines (22 loc) · 967 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
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
OutputType
>Exe</
OutputType
>
<
TargetFramework
>netcoreapp2.2</
TargetFramework
>
<
LangVersion
>7.2</
LangVersion
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)'=='Debug|AnyCPU'
"
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Autofac
"
Version
=
"
4.9.3
"
/>
<
PackageReference
Include
=
"
Microsoft.Extensions.DependencyInjection
"
Version
=
"
2.2.0
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Reference
Include
=
"
Newtonsoft.Json
"
>
<
HintPath
>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</
HintPath
>
</
Reference
>
<
Reference
Include
=
"
System.IO.Pipelines
"
>
<
HintPath
>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.io.pipelines\4.5.0\ref\netstandard1.3\System.IO.Pipelines.dll</
HintPath
>
</
Reference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL