Skip to content

Commit 344e818

Browse files
authored
Housekeeping update packages to coincide with Splat (#247)
1 parent ebffa4c commit 344e818

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
with:
2121
configuration: Release
2222
productNamespacePrefix: "Punchclock"
23-
useVisualStudioPreview: false
23+
useVisualStudioPreview: true
2424
useMauiCheckDotNetTool: false
2525
installWorkflows: false
26-
installWindowsSdk: false
2726
dotNetBuild: true

.github/workflows/ci-buildAndRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
configuration: Release
2020
productNamespacePrefix: "Punchclock"
21-
useVisualStudioPreview: false
21+
useVisualStudioPreview: true
2222
useMauiCheckDotNetTool: false
2323
secrets:
2424
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}

src/Directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup Condition="$(IsTestProject)">
35-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
35+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
3636
<PackageReference Include="xunit" Version="2.4.2" />
3737
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
3838
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
3939
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
4040
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
4141
<PackageReference Include="FluentAssertions" Version="6.8.0" />
42-
<PackageReference Include="DiffEngine" Version="10.4.3" />
42+
<PackageReference Include="DiffEngine" Version="11.0.0" />
4343
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
4444
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
4545
<PrivateAssets>all</PrivateAssets>

src/Punchclock.Tests/API/ApiApprovalTests.PunchclockTests.net472.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/reactiveui/punchclock")]
2-
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
2+
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
33
namespace Punchclock
44
{
55
public class OperationQueue : System.IDisposable

src/Punchclock.Tests/API/ApiApprovalTests.PunchclockTests.net6.0.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/reactiveui/punchclock")]
2-
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
2+
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
33
namespace Punchclock
44
{
55
public class OperationQueue : System.IDisposable

0 commit comments

Comments
 (0)