-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) from 4.1.3 to 4.4.0. - [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases) - [Commits](Azure/azure-functions-vs-build-sdk@4.1.3...4.4.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>
- Loading branch information
1 parent
30415fe
commit 0daa3fb
Showing
1 changed file
with
46 additions
and
46 deletions.
There are no files selected for viewing
92 changes: 46 additions & 46 deletions
92
match/src/Piipan.Match/Piipan.Match.Func.Api/Piipan.Match.Func.Api.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<AzureFunctionsVersion>v4</AzureFunctionsVersion> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Dapper" Version="2.0.123" /> | ||
<PackageReference Include="FluentValidation" Version="11.4.0" /> | ||
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" /> | ||
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" /> | ||
<PackageReference Include="Nanoid" Version="2.1.0" /> | ||
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" /> | ||
<PackageReference Include="Npgsql" Version="7.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="host.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="local.settings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="RunFunctions"> | ||
<Exec Command="func start" /> | ||
</Target> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Piipan.Match.Api\Piipan.Match.Api.csproj" /> | ||
<ProjectReference Include="..\Piipan.Match.Core\Piipan.Match.Core.csproj" /> | ||
<ProjectReference Include="..\..\..\..\participants\src\Piipan.Participants\Piipan.Participants.Api\Piipan.Participants.Api.csproj" /> | ||
<ProjectReference Include="..\..\..\..\participants\src\Piipan.Participants\Piipan.Participants.Core\Piipan.Participants.Core.csproj" /> | ||
<ProjectReference Include="..\..\..\..\shared\src\Piipan.Shared\Piipan.Shared.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Models\" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<AzureFunctionsVersion>v4</AzureFunctionsVersion> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Dapper" Version="2.0.123" /> | ||
<PackageReference Include="FluentValidation" Version="11.4.0" /> | ||
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" /> | ||
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" /> | ||
<PackageReference Include="Nanoid" Version="2.1.0" /> | ||
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" /> | ||
<PackageReference Include="Npgsql" Version="7.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="host.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="local.settings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<CopyToPublishDirectory>Never</CopyToPublishDirectory> | ||
</None> | ||
</ItemGroup> | ||
<Target Name="RunFunctions"> | ||
<Exec Command="func start" /> | ||
</Target> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Piipan.Match.Api\Piipan.Match.Api.csproj" /> | ||
<ProjectReference Include="..\Piipan.Match.Core\Piipan.Match.Core.csproj" /> | ||
<ProjectReference Include="..\..\..\..\participants\src\Piipan.Participants\Piipan.Participants.Api\Piipan.Participants.Api.csproj" /> | ||
<ProjectReference Include="..\..\..\..\participants\src\Piipan.Participants\Piipan.Participants.Core\Piipan.Participants.Core.csproj" /> | ||
<ProjectReference Include="..\..\..\..\shared\src\Piipan.Shared\Piipan.Shared.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Models\" /> | ||
</ItemGroup> | ||
|
||
</Project> |