microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
460 stars 82 forks source link

Update NoTargets sample version to avoid build warning #560

Closed MattKotsenas closed 1 month ago

MattKotsenas commented 7 months ago

Update the NoTargets SDK version used by the NoTargets sample to avoid this warning during build:

MSBuildSdks\samples\NoTargets\SampleNoTargets\SampleNoTargets.csproj : warning MSB4240: Multiple versions of the same
SDK "Microsoft.Build.NoTargets" cannot be specified. The previously resolved SDK version "3.7.56" from location
"MSBuildSdks\src\NoTargets\Microsoft.Build.NoTargets.csproj" will be used and the version "3.7.0" will be ignored.
[MSBuildSdks\MSBuildSdks.sln]
AndyGerlicher commented 1 month ago

Duplicate fix in #573