Skip to content

Commit

Permalink
Project reference instead of nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
arsanjani committed Jul 17, 2023
1 parent 98834e8 commit 096ed1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EasyCaptchaCore" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.12" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EasyCaptcha\EasyCaptcha.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="Views\Home\Index.cshtml">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
Expand Down

0 comments on commit 096ed1f

Please sign in to comment.