Skip to content

Commit 6662565

Browse files
committed
Minor improvements
- ignore launchSettings.json files - fix test project's `%(HintPath)' metadata for Facebook assembly - disable shadow copy in all xUnit tests
1 parent e4c8e01 commit 6662565

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ _[Ss]cripts
1717
*.orig
1818
*.sln.ide
1919
.vs/
20-
project.lock.json
20+
project.lock.json
21+
*launchSettings.json

test/Microsoft.AspNet.Facebook.Test/Microsoft.AspNet.Facebook.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Private>True</Private>
1919
</Reference>
2020
<Reference Include="Facebook, Version=6.0.10.0, Culture=neutral, PublicKeyToken=58cb4f2111d1e6de, processorArchitecture=MSIL">
21-
<HintPath>..\..\packages\Facebook.6.1.4\lib\net45\Facebook.dll</HintPath>
21+
<HintPath>..\..\packages\Facebook.6.4.2\lib\net45\Facebook.dll</HintPath>
2222
</Reference>
2323
<Reference Include="Microsoft.CSharp" />
2424
<Reference Include="Moq, Version=4.5.21.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"appDomain": "denied",
3-
"preEnumerateTheories": false
3+
"preEnumerateTheories": false,
4+
"shadowCopy": false
45
}

0 commit comments

Comments
 (0)