Skip to content

Commit

Permalink
feat: change roslyn version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Oct 25, 2023
1 parent 8aed585 commit 5e85dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Riok.Mapperly/Riok.Mapperly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageIcon>logo.png</PackageIcon>

<!-- default roslyn version -->
<ROSLYN_VERSION Condition="'$(ROSLYN_VERSION)' == ''">4.5</ROSLYN_VERSION>
<ROSLYN_VERSION Condition="'$(ROSLYN_VERSION)' == ''">4.7</ROSLYN_VERSION>
</PropertyGroup>

<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0 AND '$(CI)' == ''">
Expand Down

0 comments on commit 5e85dc7

Please sign in to comment.