-
Notifications
You must be signed in to change notification settings - Fork 0
/
OAuthGitClientApp.csproj
34 lines (28 loc) · 1.3 KB
/
OAuthGitClientApp.csproj
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
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>831f435e-f86a-4d54-b64c-9d08a893af77</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.1" />
<PackageReference Include="Octokit" Version="0.48.0" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\Images\GitHub-Mark-32px.png" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Shared\Components\UserNavItem\Default.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Shared\_Layout.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Shared\_NavBarPartial.cshtml" />
<_ContentIncludedByDefault Remove="Pages\_ViewImports.cshtml" />
<_ContentIncludedByDefault Remove="Pages\_ViewStart.cshtml" />
<_ContentIncludedByDefault Remove="wwwroot\dir\main.cshtml" />
<_ContentIncludedByDefault Remove="wwwroot\dir\main.js" />
<_ContentIncludedByDefault Remove="wwwroot\dir\main.js.LICENSE.txt" />
<_ContentIncludedByDefault Remove="Scripts\dist\main.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\src\assets\images\page-background.jpg" />
</ItemGroup>
</Project>