Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
03b917fd
Commit
03b917fd
authored
Sep 01, 2016
by
Marc Gravell
Committed by
GitHub
Sep 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #467 from jeremymeng/fix-csproj-build
Work around build issue for existing csproj's
parents
e51fff3c
4d15295d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
BasicTest.project.json
BasicTest/BasicTest.project.json
+9
-0
MigratedBookSleeveTestSuite.project.json
...kSleeveTestSuite/MigratedBookSleeveTestSuite.project.json
+10
-0
packages.config
MigratedBookSleeveTestSuite/packages.config
+0
-4
No files found.
BasicTest/BasicTest.project.json
0 → 100644
View file @
03b917fd
{
"runtimes"
:
{
"win"
:
{}
},
"frameworks"
:
{
"net45"
:
{
"dependencies"
:
{
}
}
}
}
MigratedBookSleeveTestSuite/MigratedBookSleeveTestSuite.project.json
0 → 100644
View file @
03b917fd
{
"runtimes"
:
{
"win"
:
{}
},
"frameworks"
:
{
"net45"
:
{
"dependencies"
:
{
"NUnit"
:
"3.0.0"
}
}
}
}
MigratedBookSleeveTestSuite/packages.config
deleted
100644 → 0
View file @
e51fff3c
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"NUnit"
version
=
"3.0.0"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment