Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
sync versions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 19, 2020
1 parent ed9b2c0 commit 72eda1b
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .build/.build.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
54 changes: 27 additions & 27 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>

<Project>
<ItemGroup>
<GlobalPackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" />
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.CI" Version="0.2.0" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.GitVersion" Version="0.2.0" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.JetBrains.Annotations" Version="0.2.0" Condition="'$(MSBuildProjectName)'!='.build'" />
<!-- <GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="2.9.8" /> -->
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.Metadata" Version="0.2.0" />
<GlobalPackageReference Include="Rocket.Surgery.MSBuild.SourceLink" Version="0.2.0" />
<GlobalPackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" />
<!-- <GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="2.9.8" /> -->
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
Expand All @@ -20,46 +20,45 @@
<PackageReference Update="Rocket.Surgery.Nuke.DotNetCore" Version="0.11.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="BenchMarkDotNet" Version="0.12.0" />

<PackageReference Update="MicroElements.Swashbuckle.FluentValidation" Version="3.0.0-rc.4" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Update="Rocket.Surgery.AspNetCore.NewtonsoftJson" Version="0.3.0" />
<PackageReference Update="Rocket.Surgery.Extensions.Autofac" Version="7.0.2" />
<PackageReference Update="Rocket.Surgery.Hosting.Autofac" Version="7.0.2" />
<PackageReference Update="Microsoft.NET.Sdk.Functions" Version="3.0.2" />
<PackageReference Update="Rocket.Surgery.AspNetCore" Version="0.3.0" />
<PackageReference Update="Rocket.Surgery.AspNetCore.FluentValidation" Version="6.3.1-beta.26" />
<PackageReference Update="Rocket.Surgery.AspNetCore.FluentValidation.NewtonsoftJson" Version="6.3.1-beta.26" />
<PackageReference Update="Rocket.Surgery.Extensions.FluentValidation" Version="6.3.1-beta.51" />
<PackageReference Update="Rocket.Surgery.AspNetCore.NewtonsoftJson" Version="0.3.0" />
<PackageReference Update="Rocket.Surgery.AspNetCore.Serilog" Version="10.2.0" />
<PackageReference Update="Rocket.Surgery.Extensions.Serilog" Version="10.2.0" />
<PackageReference Update="Rocket.Surgery.Hosting.Serilog" Version="10.2.0" />
<PackageReference Update="Serilog" Version="2.9.0" />
<PackageReference Update="Rocket.Surgery.AspNetCore.Swashbuckle" Version="8.0.0-beta.31" />
<PackageReference Update="Rocket.Surgery.AspNetCore.Swashbuckle.NewtonsoftJson" Version="8.0.0-beta.31" />


<PackageReference Update="Rocket.Surgery.Extensions.AutoMapper" Version="7.0.3" />
<PackageReference Update="Rocket.Surgery.Extensions.CommandLine" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Extensions.Configuration" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Extensions.DependencyInjection" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Extensions.FluentValidation" Version="6.3.1-beta.51" />

<PackageReference Update="Rocket.Surgery.Extensions.Logging" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Extensions.MediatR" Version="7.1.0" />
<PackageReference Update="Rocket.Surgery.Extensions.Serilog" Version="10.2.0" />
<PackageReference Update="Rocket.Surgery.Extensions.WebJobs" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Hosting.Functions" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Conventions.Diagnostics" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Hosting" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Extensions.AutoMapper" Version="7.0.3" />
<PackageReference Update="Rocket.Surgery.Extensions.MediatR" Version="7.1.0" />
<PackageReference Update="Rocket.Surgery.Extensions.FluentValidation" Version="6.3.1-beta.51" />
<PackageReference Update="Rocket.Surgery.AspNetCore" Version="0.3.0" />
<PackageReference Update="Microsoft.NET.Sdk.Functions" Version="3.0.2" />
<PackageReference Update="Swashbuckle.AspNetCore" Version="5.0.0" />
<PackageReference Update="Swashbuckle.AspNetCore.ReDoc" Version="5.0.0" />
<PackageReference Update="MicroElements.Swashbuckle.FluentValidation" Version="3.0.0-rc.4" />
<PackageReference Update="Rocket.Surgery.AspNetCore.Swashbuckle.NewtonsoftJson" Version="8.0.0-beta.31" />
<PackageReference Update="Rocket.Surgery.AspNetCore.Swashbuckle" Version="8.0.0-beta.31" />

<PackageReference Update="Rocket.Surgery.Hosting.Functions" Version="9.0.7" />
<PackageReference Update="Rocket.Surgery.Hosting.Serilog" Version="10.2.0" />
<PackageReference Update="Rocket.Surgery.Linq.Extensions" Version="2.2.0" />
<PackageReference Update="Rocket.Surgery.Reactive.Extensions" Version="2.2.0" />

<PackageReference Update="Swashbuckle.AspNetCore" Version="5.0.0" />
<PackageReference Update="Swashbuckle.AspNetCore.ReDoc" Version="5.0.0" />
<PackageReference Update="System.Collections.Immutable" Version="1.7.0" />
<PackageReference Update="System.Interactive" Version="4.0.0" />
<PackageReference Update="System.Interactive.Async" Version="4.0.0" />
<PackageReference Update="System.Reactive" Version="4.3.2" />
<PackageReference Update="System.Reactive.Observable.Aliases" Version="4.3.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="3.3.0" />
<PackageReference Update="Bogus" Version="28.4.4" />
<PackageReference Update="coverlet.collector" Version="1.2.0" />
<PackageReference Update="coverlet.msbuild" Version="2.8.0" />
Expand All @@ -68,10 +67,11 @@
<PackageReference Update="FluentAssertions" Version="5.10.0" />
<PackageReference Update="FluentAssertions.Analyzers" Version="0.11.4" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="3.3.0" />
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.analyzers" Version="0.10.0" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Update="XunitXml.TestLogger" Version="2.1.26" />

</ItemGroup>
<Import Project="$(MSBuildThisFileDirectory)/$(LegacySupportPackagesProps)" Condition="Exists('$(MSBuildThisFileDirectory)/$(LegacySupportPackagesProps)')" />
</Project>
2 changes: 1 addition & 1 deletion sample/Sample.Api/Sample.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample.Console/Sample.Console.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample.Functions/Sample.Functions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AzureFunctionsVersion>V3</AzureFunctionsVersion>
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample.Library/Sample.Library.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample.Pages/Sample.Pages.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<OpenApiGenerateDocumentsOnBuild>false</OpenApiGenerateDocumentsOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<OpenApiGenerateDocumentsOnBuild>false</OpenApiGenerateDocumentsOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Api/Rocket.Surgery.Meta.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<OpenApiGenerateDocumentsOnBuild>false</OpenApiGenerateDocumentsOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.AspNetCore/Rocket.Surgery.Meta.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Commands/Rocket.Surgery.Meta.Commands.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Core/Rocket.Surgery.Meta.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Functions/Rocket.Surgery.Meta.Functions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Hosting/Rocket.Surgery.Meta.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Operations/Rocket.Surgery.Meta.Operations.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.Packages/Rocket.Surgery.Meta.Packages.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down
2 changes: 1 addition & 1 deletion src/Meta.System/Rocket.Surgery.Meta.System.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Meta.Core.Tests/Rocket.Surgery.Meta.Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 72eda1b

Please sign in to comment.