Skip to content

Commit f017416

Browse files
committed
Clean up some build infra
1 parent d72d4b5 commit f017416

File tree

9 files changed

+4
-53
lines changed

9 files changed

+4
-53
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<LangVersion>Latest</LangVersion>
99
<WarningLevel>4</WarningLevel>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1211
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1312
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1413
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<PackageVersion Include="Azure.Storage.Blobs" Version="$(AzureStorageBlobsVersion)" />
88
<PackageVersion Include="Azure.Storage.Queues" Version="$(AzureStorageQueuesVersion)" />
99
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftAspNetCoreAuthenticationJwtBearerVersion)" />
10-
<PackageVersion Include="Microsoft.AspnetCore.OpenApi" Version="$(MicrosoftAspNetCoreOpenApiVersion)" />
1110
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="$(MicrosoftAspNetCoreAuthenticationNegotiateVersion)" />
11+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(MicrosoftAspNetCoreApp100Version)" />
12+
<PackageVersion Include="Microsoft.AspnetCore.OpenApi" Version="$(MicrosoftAspNetCoreOpenApiVersion)" />
1213
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="$(MicrosoftCodeAnalysisNetAnalyzersVersion)" />
1314
<PackageVersion Include="Microsoft.Diagnostics.Monitoring" Version="$(MicrosoftDiagnosticsMonitoringLibraryVersion)" />
1415
<PackageVersion Include="Microsoft.Diagnostics.Monitoring.EventPipe" Version="$(MicrosoftDiagnosticsMonitoringEventPipeLibraryVersion)" />
@@ -29,6 +30,5 @@
2930
<PackageVersion Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
3031
<PackageVersion Include="System.Private.Uri" Version="$(SystemPrivateUriVersion)" />
3132
<PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
32-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(MicrosoftAspNetCoreApp100Version)" />
3333
</ItemGroup>
3434
</Project>

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1717
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
1818
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
19-
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
2019
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
2120
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2221
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- 'daily': sets the blob group release name to 'daily' so a release type does not have to be assigned.
1414
- 'release': sets the blob group release name to 'release'. Can be used for prereleases and full releases.
1515
-->
16-
<BlobGroupBuildQuality>release</BlobGroupBuildQuality>
16+
<BlobGroupBuildQuality>daily</BlobGroupBuildQuality>
1717
<!--
1818
This should be set to true for official releases.
1919
-->
@@ -60,7 +60,7 @@
6060
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.25220.1</MicrosoftDiagnosticsMonitoringVersion>
6161
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.25220.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
6262
<!-- dotnet/roslyn-analyzers -->
63-
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25076.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
63+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25076.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
6464
<!-- dotnet/runtime references -->
6565
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-preview.4.25217.10</MicrosoftNETCoreAppRuntimewinx64Version>
6666
<VSRedistCommonNetCoreSharedFrameworkx64100Version>10.0.0-preview.4.25217.10</VSRedistCommonNetCoreSharedFrameworkx64100Version>

eng/dependabot/net10.0/Directory.Build.props

Lines changed: 0 additions & 5 deletions
This file was deleted.

eng/dependabot/net10.0/NuGet.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

eng/dependabot/net10.0/Packages.props

Lines changed: 0 additions & 18 deletions
This file was deleted.

eng/dependabot/net10.0/Versions.props

Lines changed: 0 additions & 17 deletions
This file was deleted.

eng/dependabot/net10.0/dependabot.csproj

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)