Skip to content

Commit

Permalink
Update Rocket Surgery Conventions to v12.9.2 (#1661)
Browse files Browse the repository at this point in the history
* Update Rocket Surgery Conventions to v12.9.2

* Target net8.0-browser

* get everything building again

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Driscoll <[email protected]>
  • Loading branch information
renovate[bot] and david-driscoll authored Nov 18, 2023
1 parent 096a4d7 commit 30050cc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
1 change: 0 additions & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
PrivateAssets="All"
Condition="'$(MSBuildProjectName)'!='.build'"
/>
<PackageReference Include="Rocket.Surgery.MSBuild.Metadata" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Rocket.Surgery.MSBuild.SourceLink" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.Formatting.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
Expand Down
29 changes: 14 additions & 15 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<ItemGroup>
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Rocket.Surgery.MSBuild.CI" Version="1.1.5" />
<PackageVersion Include="Rocket.Surgery.MSBuild.GitVersion" Version="1.1.5" />
<PackageVersion Include="Rocket.Surgery.MSBuild.JetBrains.Annotations" Version="1.1.5" Condition="'$(MSBuildProjectName)'!='.build'" />
<PackageVersion Include="Rocket.Surgery.MSBuild.Metadata" Version="1.1.0" />
<PackageVersion Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.1.5" />
<PackageVersion Include="Rocket.Surgery.MSBuild.CI" Version="1.1.4" />
<PackageVersion Include="Rocket.Surgery.MSBuild.GitVersion" Version="1.1.4" />
<PackageVersion Include="Rocket.Surgery.MSBuild.JetBrains.Annotations" Version="1.1.4" Condition="'$(MSBuildProjectName)'!='.build'" />
<PackageVersion Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.1.4" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.6.2" />
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.6.2" />
<PackageVersion Include="Roslynator.CodeAnalysis.Analyzers" Version="4.6.2" />
Expand Down Expand Up @@ -86,18 +85,18 @@
<PackageVersion Include="Polly" Version="8.2.0" />
<PackageVersion Include="StronglyTypedId" Version="1.0.0-beta06" />
<PackageVersion Include="Rocket.Surgery.Build.Information" Version="3.3.11" />
<PackageVersion Include="Rocket.Surgery.Conventions" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions.Abstractions" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions.Attributes" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions.CommandLine" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions.DependencyModel" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions.DryIoc" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Conventions" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.Abstractions" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.Attributes" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.CommandLine" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.DependencyModel" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.DryIoc" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.DependencyInjection.Extensions" Version="12.0.0" />
<PackageVersion Include="Rocket.Surgery.Extensions" Version="12.0.0" />
<PackageVersion Include="Rocket.Surgery.Hosting" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Hosting.Abstractions" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Web.Hosting" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.WebAssembly.Hosting" Version="12.9.1" />
<PackageVersion Include="Rocket.Surgery.Hosting" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Hosting.Abstractions" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.Web.Hosting" Version="12.9.2" />
<PackageVersion Include="Rocket.Surgery.WebAssembly.Hosting" Version="12.9.2" />
<PackageVersion Include="Scrutor" Version="4.2.2" />
<PackageVersion Include="Serilog" Version="3.1.1" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample.BlazorWasm/Sample.BlazorWasm.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0-browser</TargetFramework>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0-browser</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\sample\Sample.BlazorWasm\Sample.BlazorWasm.csproj" />
Expand Down

0 comments on commit 30050cc

Please sign in to comment.