-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support empty target framework
- Loading branch information
Mila Votradovec
committed
Jan 4, 2019
1 parent
9d4ece5
commit 4618bdf
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/fixtures/dotnet-multiple-target-frameworks/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="jQuery" version="3.1.1" targetFramework="net46" /> | ||
<package id="NLog" version="4.3.10" targetFramework="net46" /> | ||
<package id="NLog" version="4.3.10" /> | ||
<package id="bootstrap" version="3.0.0" targetFramework="net451" /> | ||
</packages> |