Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Jan 29, 2019
1 parent 2a817a5 commit 38620b4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Microsoft.JSInterop.Tests" />
</ItemGroup>

</Project>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
</PropertyGroup>

<ItemGroup>
<Reference Include="Microsoft.JSInterop" />
<ProjectReference Include="../src/Microsoft.JSInterop.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions src/JSInterop/Microsoft.JSInterop/test/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"shadowCopy": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Extensions.Localization.Tests" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions src/Localization/Localization/src/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 38620b4

Please sign in to comment.