File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
" **/bin"
10
10
],
11
11
"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"
15
16
]
16
17
}
Original file line number Diff line number Diff line change 6
6
<RootNamespace >Dprint.Plugins.Roslyn</RootNamespace >
7
7
<AssemblyName >dprint-plugin-roslyn</AssemblyName >
8
8
<Nullable >enable</Nullable >
9
- <Version >0.2.0 </Version >
9
+ <Version >0.2.1 </Version >
10
10
<Authors >David Sherret</Authors >
11
11
<Company >Dprint Code Formatting</Company >
12
12
</PropertyGroup >
16
16
</ItemGroup >
17
17
18
18
<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" />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
22
22
</ItemGroup >
23
23
You can’t perform that action at this time.
0 commit comments