Skip to content

Commit 05b80b7

Browse files
committed
Fix typo / syntax issue in WindowsAppCommunity.Sdk.csproj
1 parent 63c33c0 commit 05b80b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowsAppCommunity.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Initial release of WindowsAppCommunity.Sdk.
5757
<ItemGroup>
5858
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" />
5959
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
60-
] <PackageReference Include="OwlCore.Nomad.Kubo" Version="0.16.0" />
60+
<PackageReference Include="OwlCore.Nomad.Kubo" Version="0.16.0" />
6161
<PackageReference Include="PolySharp" Version="1.15.0">
6262
<PrivateAssets>all</PrivateAssets>
6363
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)