This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
AsyncBridge package now non-conditional
pull/32/head
Anairkoen Schno
5 years ago
parent
24613cb393
commit
65c1b61669
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Injector/IPA.Injector.csproj
+1
-1
IPA.Loader/IPA.Loader.csproj
+ 1
- 1
IPA.Injector/IPA.Injector.csproj
View File
@ -122,7 +122,7 @@
<PackageReference Include="SemanticVersioning">
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="AsyncBridge"
Condition=" '$(Platform)' == 'Net3' "
>
<PackageReference Include="AsyncBridge">
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
+ 1
- 1
IPA.Loader/IPA.Loader.csproj
View File
@ -155,7 +155,7 @@
<PackageReference Include="SemanticVersioning">
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="AsyncBridge"
Condition=" '$(Platform)' == 'Net3' "
>
<PackageReference Include="AsyncBridge">
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
Write
Preview
Loading…
Cancel
Save