Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove packages.props reference
Remove reference to packages.props that isn't used with the migration to use Arcade for compilation.
  • Loading branch information
martincostello committed Sep 5, 2019
commit e26c0db2ba8d120265f9fcb50fbdf8f7124d49dc
2 changes: 0 additions & 2 deletions generators/app/templates/Project.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\build\packages.props" />

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
Expand Down