Skip to content

Commit fc9d0fe

Browse files
committed
0.7.0
1 parent 9171f82 commit fc9d0fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DprintPluginRoslyn.Tests/DprintPluginRoslyn.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="nunit" Version="3.12.0" />
13-
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
12+
<PackageReference Include="nunit" Version="3.13.3" />
13+
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

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.6.4</Version>
9+
<Version>0.7.0</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="4.1.0-3.final" />
20-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.1.0-3.final" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.0-2.final" />
20+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.3.0-2.final" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)