This commit is contained in:
Fabio Cavalcante 2024-08-29 00:24:21 -07:00
Родитель 813f521146
Коммит e43e40e876
3 изменённых файлов: 3 добавлений и 10 удалений

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

@ -11,7 +11,7 @@
<MajorProductVersion>2</MajorProductVersion>
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
<VersionSuffix>-preview1</VersionSuffix>
</PropertyGroup>
<Import Project="..\..\build\Common.props" />

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

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyName>Microsoft.Azure.Functions.Worker.Tests</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Tests</RootNamespace>
@ -30,13 +30,6 @@
</ItemGroup>
<ItemGroup>
<!--<ProjectReference Include="..\..\extensions\Worker.Extensions.Abstractions\src\Worker.Extensions.Abstractions.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Http.AspNetCore\src\Worker.Extensions.Http.AspNetCore.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Http\src\Worker.Extensions.Http.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Storage.Blobs\src\Worker.Extensions.Storage.Blobs.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Storage.Queues\src\Worker.Extensions.Storage.Queues.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Tables\src\Worker.Extensions.Tables.csproj" />
<ProjectReference Include="..\..\src\DotNetWorker.ApplicationInsights\DotNetWorker.ApplicationInsights.csproj" />-->
<ProjectReference Include="..\..\src\DotNetWorker.ApplicationInsights\DotNetWorker.ApplicationInsights.csproj" />
<ProjectReference Include="..\..\src\DotNetWorker\DotNetWorker.csproj" />
<ProjectReference Include="..\TestUtility\TestUtility.csproj" />

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

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Microsoft.Azure.Functions.Tests.TestUtility</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Tests.TestUtility</RootNamespace>
<Nullable>disable</Nullable>