Skip to content

Commit

Permalink
Imports RInternal = SMRUCC.Rsharp.Runtime.Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Oct 7, 2024
1 parent 1928236 commit 7e4e885
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Data/BinaryData/DataStorage/datastorage-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions Data/GraphQuery/GraphQuery.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.Composition" Version="6.0.0" />
<PackageReference Include="System.Composition" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
Imports System.Runtime.Serialization

Namespace util

<Serializable>
Friend Class EOFException
Inherits Exception
Friend Class EOFException : Inherits Exception

Public Sub New()
End Sub
Expand All @@ -69,9 +69,5 @@ Namespace util
Public Sub New(message As String, innerException As Exception)
MyBase.New(message, innerException)
End Sub

Protected Sub New(info As SerializationInfo, context As StreamingContext)
MyBase.New(info, context)
End Sub
End Class
End Namespace
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,5 @@ Namespace util
Public Sub New(message As String, innerException As Exception)
MyBase.New(message, innerException)
End Sub

Protected Sub New(info As SerializationInfo, context As StreamingContext)
MyBase.New(info, context)
End Sub
End Class
End Namespace
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OptionInfer>On</OptionInfer>
<TargetFrameworks>net8.0-windows;net8.0;net48</TargetFrameworks>
<TargetFrameworks>net8.0-windows;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion vs_solutions/dev/VisualStudio/CodeSign/CodeStatistics.vb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#End Region

Imports System.Text
Imports Microsoft.VisualBasic.Text
Imports ASCII = Microsoft.VisualBasic.Text.ASCII

Namespace CodeSign

Expand Down

0 comments on commit 7e4e885

Please sign in to comment.