Skip to content

Commit

Permalink
prepping AspNetCore 2.0 (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Nov 12, 2024
1 parent 3cf1f89 commit bdd76c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
3 changes: 1 addition & 2 deletions test/Worker.Extensions.Tests/Worker.Extensions.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit bdd76c3

Please sign in to comment.