Skip to content

Commit d5e8683

Browse files
committed
Fix typo in SDK reference
1 parent 7b2f211 commit d5e8683

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Demo/nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<packageSources>
44
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="kzu" value="https://api.kzu.app/index.json" />
5+
<add key="kzu" value="https://pkg.kzu.app/index.json" />
66
<add key="local" value="../../bin/" />
77
</packageSources>
88
<activePackageSource>

src/SmallSharp/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Import Common.props explicitly we're too early here to use MSBuildProjectExtensionsPath -->
1515
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="'$(MicrosoftCommonPropsHasBeenImported)' != 'true' and Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1616

17-
<Import Project="Sdk.props" Sdk="Microsoft.NET.SDK"
17+
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"
1818
Condition="!Exists('$(MSBuildProjectExtensionsPath)SmallSharp.sdks.props')" />
1919

2020
<Import Project="$(MSBuildProjectExtensionsPath)SmallSharp.sdks.props"

src/SmallSharp/Sdk.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<Import Project="Sdk.targets" Sdk="Microsoft.NET.SDK"
3+
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"
44
Condition="!Exists('$(MSBuildProjectExtensionsPath)SmallSharp.sdks.targets')" />
55

66
<Import Project="$(MSBuildProjectExtensionsPath)SmallSharp.sdks.targets"

0 commit comments

Comments
 (0)