You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#88
* This updates the version of many dependencies to eliminate vulnerabilities
- The vulnerability reported ONLY impacts Linux according to the CVE but this package is valid there so it is updated.
* Updated tests to resolve new MSTEST* warnings about not using new methods.
* Updated for vulnerability in dependent MSBUILD package.
<ErrorCondition="'$(ImplicitUsings)'!='disable'"Code="REPO001"Text="$(MSBuildProjectFile) - Projects in this repository MUST NOT have ImplicitUsings enabled!"/>
42
42
43
43
<!--Verify that GeneratedVersion.props exists; and produce a, hopefully, informative message on how to create it if it doesn't -->
44
-
<ErrorCondition="!Exists('$(GeneratedVersionProps)')"Code="REPO002"Text="$(GeneratedVersionProps) file does not exist, it must be created by `New-GeneratedBersionProps.ps1` BEFORE building in the IDE for consistent results"/>
44
+
<ErrorCondition="!Exists('$(GeneratedVersionProps)')"Code="REPO002"Text="$(GeneratedVersionProps) file does not exist, it must be created by `New-GeneratedVersionProps.ps1` BEFORE building in the IDE for consistent results"/>
0 commit comments