FunctionsSdkE2ETests/SdkVersion.props (7 lines of code) (raw):

<Project> <PropertyGroup> <!-- These are the latest SDK versions --> <MicrosoftNetSdkFunctionsV4Version>4.5.0</MicrosoftNetSdkFunctionsV4Version> <!-- Some tests only roll EMG forward, so keep these one behind the latest --> <MicrosoftNetSdkFunctionsV4PreviousVersion>4.4.1</MicrosoftNetSdkFunctionsV4PreviousVersion> <!-- Some tests directly reference EMG; this should be latest --> <ExtensionsMetadataGeneratorDirectReferenceVersion>4.0.1</ExtensionsMetadataGeneratorDirectReferenceVersion> </PropertyGroup> </Project>