Skip to content

Commit 398ec59

Browse files
committed
Microsoft.CodeAnalysis.CSharp.Scripting
1 parent 73c70e0 commit 398ec59

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"group": "none",
1515
"presentation": {
16-
"reveal": "silent"
16+
"reveal": "always"
1717
},
1818
"problemMatcher": "$msCompile"
1919
},

Python.System/Python.System.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26+
<!-- https://blog.51cto.com/u_13267193/5552052 -->
27+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="*" />
2628
<PackageReference Include="System.Reflection.Emit" Version="*" />
2729
</ItemGroup>
2830

0 commit comments

Comments
 (0)