tangled
alpha
login
or
join now
keii.dev
/
osu-framework
A game framework written with osu! in mind.
0
fork
atom
overview
issues
pulls
pipelines
Update .Net Standard projects to 2.1
Huo Yaoyuan
6 years ago
12ac055e
519ea5d2
+2
-2
2 changed files
expand all
collapse all
unified
split
SampleGame
SampleGame.csproj
osu.Framework
osu.Framework.csproj
+1
-1
SampleGame/SampleGame.csproj
···
1
1
<Project Sdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
-
<TargetFramework>netstandard2.0</TargetFramework>
3
3
+
<TargetFramework>netstandard2.1</TargetFramework>
4
4
</PropertyGroup>
5
5
<ItemGroup Label="Project References">
6
6
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
+1
-1
osu.Framework/osu.Framework.csproj
···
1
1
<Project Sdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup Label="Project">
3
3
-
<TargetFrameworks>netcoreapp3.0;netstandard2.0</TargetFrameworks>
3
3
+
<TargetFrameworks>netcoreapp3.0;netstandard2.1</TargetFrameworks>
4
4
<OutputType>Library</OutputType>
5
5
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6
6
<AssemblyTitle>osu!framework</AssemblyTitle>