这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="5.0.0-beta.19460.2" />
<PackageReference Update="FSharp.Compiler.Private.Scripting" Version="11.0.0-beta.19460.2" />
<PackageReference Update="FSharp.Compiler.Service" Version="28.0.0" />
<PackageReference Update="FSharp.Compiler.Service" Version="31.0.0" />
</ItemGroup>

<Import Project="eng\targets\Versions.targets" Condition="'$(UseStableVersion)' == 'true'" />
Expand Down
2 changes: 1 addition & 1 deletion MLS.Agent.Tests/MLS.Agent.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.12" />
<PackageReference Include="HttpResponseMessageAssertions" Version="0.1.8580001">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion MLS.Agent.Tools.Tests/MLS.Agent.Tools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MLS.Agent/MLS.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Markdig" Version="0.17.0" />
<PackageReference Include="Markdig" Version="0.17.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Server" Version="3.0.0-preview7.19365.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview7.19365.7" />
Expand Down
2 changes: 1 addition & 1 deletion MLS.Repositories.Tests/MLS.Repositories.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MLS.Repositories/MLS.Repositories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="0.32.0" />
<PackageReference Include="Octokit" Version="0.33.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Assent" Version="1.3.1" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.12" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.1.6" />
<PackageReference Include="JsonSerializationExtensions" Version="0.1.8580001">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NoWarn>$(NoWarn);8002</NoWarn><!-- Clockwise isn't strongly signed -->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.17.0" />
<PackageReference Include="Markdig" Version="0.17.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.1.1" />
<PackageReference Include="NetMQ" Version="4.0.0.207" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.02" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<None Remove="TestResults\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Pocket.Disposable" Version="1.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="Assent" Version="1.3.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.12" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="Markdig" Version="0.17.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Markdig" Version="0.17.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.17.0" />
<PackageReference Include="Markdig" Version="0.17.1" />
<PackageReference Include="System.CommandLine.Experimental" Version="0.3.0-alpha.19420.2" />
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="JsonSerializationExtensions" Version="0.1.8580001">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Assent" Version="1.3.1" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="JsonSerializationExtensions" Version="0.1.8580001">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion NotIntegration.Tests/NotIntegration.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Clockwise" Version="1.0.261-beta" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PackageTool.Tests/PackageTool.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion WasmCodeRunner.Tests/MLS.WasmCodeRunner.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion WorkspaceServer.Tests/WorkspaceServer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReference>
<PackageReference Include="Assent" Version="1.3.1" />
<PackageReference Include="Clockwise" Version="1.0.261-beta" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="HttpResponseMessageAssertions" Version="0.1.8580001">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down