Browse Source

build(deps): Bump Microsoft.CodeAnalysis.CSharp in /src (#46)

* build(deps): Bump Microsoft.CodeAnalysis.Common in /src

Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): Bump Microsoft.CodeAnalysis.CSharp in /src

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Use Microsoft.CodeAnalysis.Common as transitive dependency

* Revert "Use Microsoft.CodeAnalysis.Common as transitive dependency"

This reverts commit 89e5ff5bde4fc84400a5b6340874b50d89f5e4b9.

* Use newer SDK

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/10407/head 1.1.2
Artyom V. Gorchakov 5 years ago
committed by GitHub
parent
commit
93784b75c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-build.yml
  2. 4
      src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj
  3. 2
      src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj

2
.github/workflows/ci-build.yml

@ -26,7 +26,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100-rc.2.20479.15
dotnet-version: 5.0.200
- name: NBGV
id: nbgv

4
src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj

@ -7,8 +7,8 @@
<InstallAvalonia>true</InstallAvalonia>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.9.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="xunit" Version="2.4.1" />

2
src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj

@ -8,7 +8,7 @@
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save