Compare commits

...

2 commits

Author SHA1 Message Date
Travis Plunk 7414d097cd
Update cgmanifest.json 2021-11-10 17:09:09 -08:00
dependabot[bot] df035b22b7
Bump Microsoft.CodeAnalysis.CSharp from 4.0.0-6.final to 4.0.1
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.0.0-6.final to 4.0.1.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 07:08:11 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.CodeAnalysis.Common",
"Version": "4.0.0-6.final"
"Version": "4.0.1"
}
},
"DevelopmentDependency": false
@ -75,7 +75,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.CodeAnalysis.CSharp",
"Version": "4.0.0-6.final"
"Version": "4.0.1"
}
},
"DevelopmentDependency": false

View file

@ -31,7 +31,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-6.final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Include="System.Threading.AccessControl" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="NJsonSchema" Version="10.5.2" />