Skip to content

Commit

Permalink
Update nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jul 23, 2020
1 parent 7110f32 commit ce0ffa2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="TestGameActivity.cs" />
</ItemGroup>
Expand All @@ -28,7 +34,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj">
<Project>{c76bf5b3-985e-4d39-95fe-97c9c879b83a}</Project>
<Project>{D0F85C61-800A-4645-8633-AC59208FA732}</Project>
<Name>osu.Framework.Microphone</Name>
</ProjectReference>
</ItemGroup>
Expand All @@ -37,7 +43,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.Android">
<Version>2020.707.0</Version>
<Version>2020.722.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj">
<Project>{C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project>
<Project>{D0F85C61-800A-4645-8633-AC59208FA732}</Project>
<Name>osu.Framework.Microphone</Name>
</ProjectReference>
</ItemGroup>
Expand All @@ -50,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.iOS">
<Version>2020.707.0</Version>
<Version>2020.722.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Microphone/osu.Framework.Microphone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="NWaves" Version="0.9.4" />
<PackageReference Include="ppy.osu.Framework" Version="2020.707.0" />
<PackageReference Include="ppy.osu.Framework" Version="2020.722.0" />
</ItemGroup>

</Project>

0 comments on commit ce0ffa2

Please sign in to comment.