Skip to content

Commit

Permalink
Fix reference to ext (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Oct 23, 2024
1 parent c052e8c commit f346307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FunctionsSdkE2ETests/SdkVersion.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<!-- These are the latest SDK versions -->
<MicrosoftNetSdkFunctionsV4Version>4.5.0</MicrosoftNetSdkFunctionsV4Version>
Expand All @@ -7,6 +7,6 @@
<MicrosoftNetSdkFunctionsV4PreviousVersion>4.4.1</MicrosoftNetSdkFunctionsV4PreviousVersion>

<!-- Some tests directly reference EMG; this should be latest -->
<ExtensionsMetadataGeneratorDirectReferenceVersion>4.5.0</ExtensionsMetadataGeneratorDirectReferenceVersion>
<ExtensionsMetadataGeneratorDirectReferenceVersion>4.0.1</ExtensionsMetadataGeneratorDirectReferenceVersion>
</PropertyGroup>
</Project>

0 comments on commit f346307

Please sign in to comment.