Skip to content

Commit 538b9a7

Browse files
Bump Microsoft.NET.Sdk.Functions from 4.1.3 to 4.2.0
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases) - [Commits](Azure/azure-functions-vs-build-sdk@4.1.3...4.2.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk.Functions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b41bb94 commit 538b9a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
16+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
1717
<PackageReference Include="NServiceBus" Version="8.0.3" />
1818
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="3.2.0" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)