FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NetGraphWithAI/NetGraphWithAI.csproj at master · vasjen/NetGraphWithAI · GitHub
vasjen
/
NetGraphWithAI
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
NetGraphWithAI
/
NetGraphWithAI.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 688 Bytes
Breadcrumbs
NetGraphWithAI
/
NetGraphWithAI.csproj
Copy path
File metadata and controls
15 lines (15 loc) · 688 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
<
Project
Sdk
=
"
Microsoft.NET.Sdk.Web
"
>
<
PropertyGroup
>
<
TargetFramework
>net7.0</
TargetFramework
>
<
Nullable
>enable</
Nullable
>
<
ImplicitUsings
>enable</
ImplicitUsings
>
<
UserSecretsId
>5d6418e6-2fdf-4bff-8d12-f0d6d41b283c</
UserSecretsId
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.Identity.Web
"
Version
=
"
2.5.0
"
/>
<
PackageReference
Include
=
"
Microsoft.Identity.Web.UI
"
Version
=
"
2.5.0
"
/>
<
PackageReference
Include
=
"
Microsoft.Identity.Web.MicrosoftGraph
"
Version
=
"
2.5.0
"
/>
<
PackageReference
Include
=
"
Microsoft.AspNetCore.Authentication
"
Version
=
"
2.2.0
"
/>
<
PackageReference
Include
=
"
OpenAI
"
Version
=
"
1.6.0
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL