This commit is contained in:
Brett Samblanet 2024-11-12 14:07:10 -08:00 коммит произвёл Fabio Cavalcante
Родитель 0f2a95ad76
Коммит 9bce403951
3 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -4,6 +4,7 @@
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="AzureFunctionsTempStaging" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsTempStaging/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"/>
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="AzureFunctions" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctions/nuget/v3/index.json" />
</packageSources>
</configuration>

Просмотреть файл

@ -6,8 +6,7 @@
<Description>ASP.NET Core extensions for .NET isolated functions</Description>
<!--Version information-->
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>-preview4</VersionSuffix>
<VersionPrefix>2.0.0</VersionPrefix>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
</PropertyGroup>
@ -24,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0-preview4" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
</ItemGroup>
</Project>

Просмотреть файл

@ -11,8 +11,7 @@
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.42.0" />
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Core.NewtonsoftJson" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Moq" Version="4.20.70" />