Skip to content

Commit 2e77f25

Browse files
ErikEJErik Ejlskov Jensen
authored andcommitted
Improve error message. (#166)
fixes #165 Co-authored-by: Erik Ejlskov Jensen <[email protected]>
1 parent 3743236 commit 2e77f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MSBuild.Sdk.SqlProj/Sdk/Sdk.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<DacpacToolExe>$(MSBuildThisFileDirectory)../tools/$(DacpacToolTfm)/DacpacTool.dll</DacpacToolExe>
9696
</PropertyGroup>
9797
<Error Condition="!Exists($(DacpacToolExe))"
98-
Text="The current SDK bundles target framework 'netcoreapp$(BundledNETCoreAppTargetFrameworkVersion)' which is not supported by MSBuild.Sdk.SqlProj. Either install a .NET Core SDK that supports 2.1 or 3.1, or file an issue at https://github.com/jmezach/MSBuild.Sdk.SqlProj/ to add support." />
98+
Text="The current SDK bundles target framework 'netcoreapp$(BundledNETCoreAppTargetFrameworkVersion)' which is not supported by MSBuild.Sdk.SqlProj. Either install a .NET Core SDK that supports 2.1, 3.1 or 5.0, or file an issue at https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/ to add support. If you have preview SDKs installed, you may have to use a global.json file: https://docs.microsoft.com/dotnet/core/tools/global-json" />
9999
<Message Importance="normal" Text="Using target framework $(DacpacToolTfm) to run DacpacTool" />
100100
</Target>
101101

0 commit comments

Comments
 (0)