Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Oct 26, 2024
1 parent 359c3fc commit ebdc024
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ReactWithDotNet/ReactWithDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>3</WarningLevel>
</PropertyGroup>
Expand Down Expand Up @@ -61,8 +65,6 @@
<Folder Include="build\" />
</ItemGroup>



<Target Name="UpdateLocalNuget" AfterTargets="Build">
<Exec Command="dotnet pack $(ProjectPath) -o C:\NugetPackages" />
</Target>
Expand Down

0 comments on commit ebdc024

Please sign in to comment.