Skip to content

Commit 489d2f4

Browse files
committed
Update Reso SDK
1 parent b0c9232 commit 489d2f4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

WikiIntegration.ComponentSelectorCompatibility/WikiIntegration.ComponentSelectorCompatibility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<ProjectReference Include="$(MainProjectPath)WikiIntegration.csproj" PrivateAssets="all" />
41+
<ProjectReference Include="$(MainProjectPath)WikiIntegration.csproj" PrivateAssets="all" Private="false" />
4242
</ItemGroup>
4343
</Project>

WikiIntegration.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07124CF9-EE3D-4A7E-A2F8-8FD07966E423}"
99
ProjectSection(SolutionItems) = preProject
1010
Directory.Build.props = Directory.Build.props
11+
global.json = global.json
1112
README.md = README.md
1213
EndProjectSection
1314
EndProject

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Remora.Resonite.Sdk": "2.0.4"
3+
"Remora.Resonite.Sdk": "2.0.10"
44
}
55
}

0 commit comments

Comments
 (0)