Skip to content

Commit ccfb480

Browse files
committed
0.9.0
1 parent de2a8e6 commit ccfb480

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DprintPluginRoslyn.Tests/DprintPluginRoslyn.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="nunit" Version="3.13.3" />
1313
<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" />
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.8.0</Version>
9+
<Version>0.9.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.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" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)