Skip to content

Commit

Permalink
fix(Package): Downgrade required version of `Microsoft.CodeAnalysis.C…
Browse files Browse the repository at this point in the history
…Sharp`
  • Loading branch information
kolebynov committed Sep 30, 2024
1 parent 1897e9d commit a2f1337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.1
------

- Downgrade required version of `Microsoft.CodeAnalysis.CSharp`.

0.5.0
------

Expand Down
2 changes: 1 addition & 1 deletion src/Dusharp.Package/Dusharp.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<Authors>Vitali Kolebyanov</Authors>
<Description>Dusharp is a C# source generator for creating discriminated unions.</Description>
<RepositoryUrl>https://github.com/kolebynov/Dusharp</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Dusharp.SourceGenerator/Dusharp.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Dusharp" Version="0.4.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a2f1337

Please sign in to comment.