Skip to content

Commit

Permalink
delete packages.config, fix csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAuinger committed Mar 16, 2022
1 parent 4c1d774 commit d2e600a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<Content Include="$(OutputPath)\Weingartner.Json.Migration.Roslyn.dll" PackagePath="$(ContentTargetFolders)" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
<Content Include="$(OutputPath)\Weingartner.Json.Migration.Roslyn.dll" PackagePath="$(ContentTargetFolders)" />
</ItemGroup>
<Import Project="..\Weingartner.Migration.Common.Shared\Weingartner.Migration.Common.Shared.projitems" Label="Shared" />
</Project>
Expand Down
53 changes: 0 additions & 53 deletions Weingartner.Json.Migration.Roslyn/packages.config

This file was deleted.

0 comments on commit d2e600a

Please sign in to comment.