Unblocked Games World.netlify Official
Unblocked Games World is not responsible for any content or games that may be considered objectionable or infringing on third-party rights.
By using our website, you agree to our terms of service, which can be found [here](link to terms of service). unblocked games world.netlify
Unblocked Games World is your ultimate destination for free online games that can be played at school or work, without any restrictions. Our website offers a vast collection of unblocked games that are perfect for students, employees, and anyone looking for some fun and entertainment during their breaks. Unblocked Games World is not responsible for any
If you have any questions, suggestions, or concerns, feel free to reach out to us at support@unblockedgamesworld.netlify.com . unblocked games world.netlify
And still have problem on build server after that… 😦
LikeLike
Samir, have you had similar issues with Visual Studio 2019? Have you found a solution for it?
LikeLike
Had the similar issue, and following worked for me, sharing if people are still facing this issue:-
had to mark the Specific Version = False for the following References in the TEST project
Microsoft.Data.Tools.Components
Microsoft.Data.Tools.Schema.Sql
Microsoft.Data.Tools.Schema.Sql.UnitTesting
Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
do not set Specific Version = False for the following reference, not sure why but it breaks the test project, and it stays unloaded unless you fix the property in the project code manually.
hope it helps.
LikeLiked by 1 person
Microsoft.Data.Tools.Schema.Sql.UnitTestingAdapter (leave it as Specific Version = True)
LikeLike