Skip to content

Tags: menees/SharpScript

Tags

v5.1.6

Toggle v5.1.6's commit message
Disabled C# warnings 1701 and 1702 by default.

These two warnings have been deprecated for years in project templates and by the SDK.  dotnet/roslyn#19640

In .NET Framework 4.8 these warnings cause complaints about System.IO.Compression.FileSystem, Version=4.0.0.0 not matching with System.IO.Compression, Version=4.2.0.0. However, the default runtime policy of using the newer version is fine.

v5.1.5

Toggle v5.1.5's commit message
Added .Net 4.8 reference path check

v5.1.4

Toggle v5.1.4's commit message
Update console's publish profile