Skip to content

Commit 45a9bbf

Browse files
Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.11.48
--- updated-dependencies: - dependency-name: Microsoft.Build.Utilities.Core dependency-version: 17.11.48 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent deed8db commit 45a9bbf

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed
Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<Import Project="$(MSBuildThisFileDirectory)..\..\..\Repo.props" />
4-
5-
<PropertyGroup>
6-
<TargetFramework>net8.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.Build.Tasks</AssemblyName>
8-
<RootNamespace>Microsoft.Azure.Build.Tasks</RootNamespace>
9-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
10-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
11-
<OutputPath>$(RepoArtifacts)Microsoft.Azure.Build.Tasks\</OutputPath>
12-
<PublishDir>$(OutputPath)</PublishDir>
13-
</PropertyGroup>
14-
15-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16-
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
17-
</PropertyGroup>
18-
19-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
20-
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
21-
</PropertyGroup>
22-
23-
<ItemGroup>
24-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
25-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
26-
<PackageReference Include="Octokit" Version="0.50.0" />
27-
</ItemGroup>
28-
29-
<ItemGroup>
30-
<Compile Update="Properties\Resources.Designer.cs">
31-
<DesignTime>True</DesignTime>
32-
<AutoGen>True</AutoGen>
33-
<DependentUpon>Resources.resx</DependentUpon>
34-
</Compile>
35-
</ItemGroup>
36-
37-
<ItemGroup>
38-
<EmbeddedResource Update="Properties\Resources.resx">
39-
<Generator>ResXFileCodeGenerator</Generator>
40-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
41-
</EmbeddedResource>
42-
</ItemGroup>
43-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<Import Project="$(MSBuildThisFileDirectory)..\..\..\Repo.props" />
4+
5+
<PropertyGroup>
6+
<TargetFramework>net8.0</TargetFramework>
7+
<AssemblyName>Microsoft.Azure.Build.Tasks</AssemblyName>
8+
<RootNamespace>Microsoft.Azure.Build.Tasks</RootNamespace>
9+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
10+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
11+
<OutputPath>$(RepoArtifacts)Microsoft.Azure.Build.Tasks\</OutputPath>
12+
<PublishDir>$(OutputPath)</PublishDir>
13+
</PropertyGroup>
14+
15+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16+
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
17+
</PropertyGroup>
18+
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
20+
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
21+
</PropertyGroup>
22+
23+
<ItemGroup>
24+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.48" />
25+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
26+
<PackageReference Include="Octokit" Version="0.50.0" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<Compile Update="Properties\Resources.Designer.cs">
31+
<DesignTime>True</DesignTime>
32+
<AutoGen>True</AutoGen>
33+
<DependentUpon>Resources.resx</DependentUpon>
34+
</Compile>
35+
</ItemGroup>
36+
37+
<ItemGroup>
38+
<EmbeddedResource Update="Properties\Resources.resx">
39+
<Generator>ResXFileCodeGenerator</Generator>
40+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
41+
</EmbeddedResource>
42+
</ItemGroup>
43+
</Project>

0 commit comments

Comments
 (0)