File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<PackageReference Include =" nunit" Version =" 3.13.3" />
13
13
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" />
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3 .0" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
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.8 .0</Version >
9
+ <Version >0.9 .0</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 =" 4.3 .0-3 .final" />
20
- <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" 4.3 .0-3 .final" />
19
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.4 .0-1 .final" />
20
+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" 4.4 .0-1 .final" />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
22
22
</ItemGroup >
23
23
You can’t perform that action at this time.
0 commit comments