Skip to content

Commit 3881a96

Browse files
committed
fix netstandard 2.0 build issues
1 parent f744999 commit 3881a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.DotNet.Interactive.NetStandard20/Microsoft.DotNet.Interactive.Netstandard20.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<ItemGroup>
1313
<Compile Include="$(MSBuildThisFileDirectory)../Microsoft.DotNet.Interactive/**/*.cs" />
14+
<Compile Remove="$(MSBuildThisFileDirectory)../Microsoft.DotNet.Interactive/bin/**/*.cs" />
15+
<Compile Remove="$(MSBuildThisFileDirectory)../Microsoft.DotNet.Interactive/obj/**/*.cs" />
1416
</ItemGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)