Skip to content

Commit 23cf18a

Browse files
committed
Minor project updates.
1 parent 2de4763 commit 23cf18a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

SadConsole.Debug.MonoGame/SadConsole.Debug.MonoGame.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
55
<RootNamespace>SadConsole.Debug.MonoGame</RootNamespace>
66
<DocumentationFile>SadConsole.Debugger.MonoGame.xml</DocumentationFile>
7-
<Version>9.0.0</Version>
7+
<Version>9.2.0</Version>
88
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
99
<Authors>Thraka</Authors>
1010
<Company>SadLogic</Company>
@@ -35,10 +35,10 @@
3535

3636
<ItemGroup>
3737
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
38-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
38+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.0" />
3939

4040
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj" />
41-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.MonoGame" Version="9.0.0" />
41+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.MonoGame" Version="9.2.0" />
4242

4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4444
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />

Samples/Game/Game.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
<ItemGroup Condition=" '$(GameHost)' == 'monogame' ">
1717
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\..\SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj" />
18-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.MonoGame" Version="9.0.0" />
18+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.MonoGame" Version="9.2.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(GameHost)' == 'sfml' ">
2222
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\..\SadConsole.Host.SFML\SadConsole.Host.SFML.csproj" />
23-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.SFML" Version="9.0.0" />
23+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.SFML" Version="9.2.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
2727
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\..\SadConsole\SadConsole.csproj" />
28-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
28+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Samples/MainSample/FeatureDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\..\SadConsole.Extended\SadConsole.Extended.csproj" />
38-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.0" />
38+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Extended" Version="9.2.0" />
3939

4040
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\..\SadConsole\SadConsole.csproj" />
4141
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.0" />

0 commit comments

Comments
 (0)