Skip to content

Commit

Permalink
Merge pull request #836 from SanDiegoCountySheriff/task/update-azure-…
Browse files Browse the repository at this point in the history
…storage-version

Update RIPA.Functions.Submission.csproj
  • Loading branch information
nwolfosh authored Nov 15, 2024
2 parents ce8e458 + 88229cd commit d503469
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<NoWarn>NU1605</NoWarn>
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
Expand All @@ -18,6 +19,7 @@
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="System.Memory.Data" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RIPA.Functions.Common.Models\RIPA.Functions.Common.Models.csproj" />
Expand Down

0 comments on commit d503469

Please sign in to comment.