Skip to content

Commit 27c44e0

Browse files
authored
Update Sign.proj for central package versions (#39)
1 parent 231e5ec commit 27c44e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</ItemDefinitionGroup>
1010

1111
<ItemGroup>
12+
<PackageReference Update="MicroBuild.Core" Version="0.3.0" />
1213
<PackageReference Update="Microsoft.Build" Version="15.7.179" />
1314
<PackageReference Update="Microsoft.Build.Framework" Version="15.7.179" />
1415
<PackageReference Update="Microsoft.Build.Locator" Version="1.0.18" />

build/Sign.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<_GetChildProjectCopyToOutputDirectoryItems>false</_GetChildProjectCopyToOutputDirectoryItems>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="MicroBuild.Core" Version="0.3.0" PrivateAssets="All" />
16+
<PackageReference Include="MicroBuild.Core" PrivateAssets="All" />
1717

1818
<ProjectReference Include="..\src\CentralPackageVersions\Microsoft.Build.CentralPackageVersions.csproj" />
1919
<ProjectReference Include="..\src\NoTargets\Microsoft.Build.NoTargets.csproj" />

0 commit comments

Comments
 (0)