File tree Expand file tree Collapse file tree 9 files changed +4
-53
lines changed Expand file tree Collapse file tree 9 files changed +4
-53
lines changed Original file line number Diff line number Diff line change 8
8
<LangVersion >Latest</LangVersion >
9
9
<WarningLevel >4</WarningLevel >
10
10
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
11
- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
12
11
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
13
12
<GenerateDocumentationFile >true</GenerateDocumentationFile >
14
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 7
7
<PackageVersion Include =" Azure.Storage.Blobs" Version =" $(AzureStorageBlobsVersion)" />
8
8
<PackageVersion Include =" Azure.Storage.Queues" Version =" $(AzureStorageQueuesVersion)" />
9
9
<PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" $(MicrosoftAspNetCoreAuthenticationJwtBearerVersion)" />
10
- <PackageVersion Include =" Microsoft.AspnetCore.OpenApi" Version =" $(MicrosoftAspNetCoreOpenApiVersion)" />
11
10
<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)" />
12
13
<PackageVersion Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" $(MicrosoftCodeAnalysisNetAnalyzersVersion)" />
13
14
<PackageVersion Include =" Microsoft.Diagnostics.Monitoring" Version =" $(MicrosoftDiagnosticsMonitoringLibraryVersion)" />
14
15
<PackageVersion Include =" Microsoft.Diagnostics.Monitoring.EventPipe" Version =" $(MicrosoftDiagnosticsMonitoringEventPipeLibraryVersion)" />
29
30
<PackageVersion Include =" System.CommandLine" Version =" $(SystemCommandLineVersion)" />
30
31
<PackageVersion Include =" System.Private.Uri" Version =" $(SystemPrivateUriVersion)" />
31
32
<PackageVersion Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
32
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(MicrosoftAspNetCoreApp100Version)" />
33
33
</ItemGroup >
34
34
</Project >
Original file line number Diff line number Diff line change 16
16
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
17
17
<add key =" dotnet8" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
18
18
<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" />
20
19
<add key =" dotnet8-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
21
20
<add key =" dotnet9-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
22
21
<add key =" dotnet10" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
Original file line number Diff line number Diff line change 13
13
- 'daily': sets the blob group release name to 'daily' so a release type does not have to be assigned.
14
14
- 'release': sets the blob group release name to 'release'. Can be used for prereleases and full releases.
15
15
-->
16
- <BlobGroupBuildQuality >release </BlobGroupBuildQuality >
16
+ <BlobGroupBuildQuality >daily </BlobGroupBuildQuality >
17
17
<!--
18
18
This should be set to true for official releases.
19
19
-->
60
60
<MicrosoftDiagnosticsMonitoringVersion >9.0.0-preview.25220.1</MicrosoftDiagnosticsMonitoringVersion >
61
61
<MicrosoftDiagnosticsMonitoringEventPipeVersion >9.0.0-preview.25220.1</MicrosoftDiagnosticsMonitoringEventPipeVersion >
62
62
<!-- dotnet/roslyn-analyzers -->
63
- <MicrosoftCodeAnalysisNetAnalyzersVersion >10 .0.0-preview.25076.4 </MicrosoftCodeAnalysisNetAnalyzersVersion >
63
+ <MicrosoftCodeAnalysisNetAnalyzersVersion >9 .0.0-preview.25076.3 </MicrosoftCodeAnalysisNetAnalyzersVersion >
64
64
<!-- dotnet/runtime references -->
65
65
<MicrosoftNETCoreAppRuntimewinx64Version >10.0.0-preview.4.25217.10</MicrosoftNETCoreAppRuntimewinx64Version >
66
66
<VSRedistCommonNetCoreSharedFrameworkx64100Version >10.0.0-preview.4.25217.10</VSRedistCommonNetCoreSharedFrameworkx64100Version >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments