Skip to content

Commit 3ab3f90

Browse files
committed
feat: Upgrade roslyn version used.
1 parent d843b7f commit 3ab3f90

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.dprintrc.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"**/bin"
1010
],
1111
"plugins": [
12-
"https://plugins.dprint.dev/json-0.7.0.wasm",
13-
"https://plugins.dprint.dev/markdown-0.4.0.wasm",
14-
"https://plugins.dprint.dev/roslyn-0.1.0.exe-plugin@1186052a3a30c1ee179a2162177e907acdceca01ebf95ba374146c8c1779528f"
12+
"https://plugins.dprint.dev/typescript-0.33.0.wasm",
13+
"https://plugins.dprint.dev/json-0.7.2.wasm",
14+
"https://plugins.dprint.dev/markdown-0.4.2.wasm",
15+
"https://plugins.dprint.dev/roslyn-0.2.0.exe-plugin@27af39c9d33ab1089ead75f4874edf1e0c7f26ceab38df80f6390dadcbcd0e6d"
1516
]
1617
}

DprintPluginRoslyn/DprintPluginRoslyn.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Dprint.Plugins.Roslyn</RootNamespace>
77
<AssemblyName>dprint-plugin-roslyn</AssemblyName>
88
<Nullable>enable</Nullable>
9-
<Version>0.2.0</Version>
9+
<Version>0.2.1</Version>
1010
<Authors>David Sherret</Authors>
1111
<Company>Dprint Code Formatting</Company>
1212
</PropertyGroup>
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
20-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="3.6.0" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" />
20+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="3.8.0" />
2121
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)