Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Oct 20, 2024
1 parent f3d1b50 commit 7e4b090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/HESample/HESample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed partial class AssemblyCSharpBuilder
{
/// <summary>
/// 重复编译
/// <list type="number">
/// <list type="bullet">
/// <item>
/// 当前方法逻辑为:
/// <list type="bullet">
Expand Down Expand Up @@ -201,7 +201,6 @@ public void CompileWithoutAssembly()
/// <returns>编译成功生成的程序集.</returns>
public Assembly GetAssembly()
{

GetAvailableCompilation();
if (Domain!.Name != "Default")
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
</ItemGroup>

Expand Down

0 comments on commit 7e4b090

Please sign in to comment.