File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments