We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7a0d76 + 1edc6ca commit 26518d4Copy full SHA for 26518d4
CSharpRepl.Services/CSharpRepl.Services.csproj
@@ -49,9 +49,7 @@
49
50
51
<ItemGroup>
52
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
53
- <_Parameter1>CSharpRepl.Tests</_Parameter1>
54
- </AssemblyAttribute>
+ <InternalsVisibleTo Include="CSharpRepl.Tests" />
55
</ItemGroup>
56
57
CSharpRepl/CSharpRepl.csproj
@@ -35,9 +35,7 @@
35
36
37
38
39
40
41
42
43
0 commit comments