Skip to content

Commit

Permalink
Added .NET 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasReitberger committed Aug 16, 2022
1 parent eb6bb95 commit c7e1e3b
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 16 deletions.
Binary file removed source/.vs/RCoreSharp/DesignTimeBuild/.dtbcache
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
11 changes: 0 additions & 11 deletions source/.vs/RCoreSharp/project-colors.json

This file was deleted.

Binary file removed source/.vs/RCoreSharp/v15/.suo
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v16/.suo
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v16/TestStore/0/000.testlog
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v16/TestStore/0/testlog.manifest
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v17/.futdcache.v1
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v17/.suo
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file removed source/.vs/RCoreSharp/v17/TestStore/0/testlog.manifest
Binary file not shown.
10 changes: 5 additions & 5 deletions source/CoreSharp/RCoreSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net472</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net472;net6</TargetFrameworks>
<Authors>Andreas Reitberger</Authors>
<Company>Andreas Reitberger</Company>
<Copyright>Andreas Reitberger</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A simple library holding useful and recurring functions.</Description>
<RootNamespace>AndreasReitberger.Core</RootNamespace>
<Version>1.0.7</Version>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
<Version>1.0.8</Version>
<AssemblyVersion>1.0.8.0</AssemblyVersion>
<FileVersion>1.0.8.0</FileVersion>
<RepositoryUrl>https://github.com/AndreasReitberger/CoreSharp</RepositoryUrl>
<PackageTags>Core, Library, Sharp</PackageTags>
<RepositoryType>GitHub</RepositoryType>
<PackageProjectUrl>https://github.com/AndreasReitberger/CoreSharp</PackageProjectUrl>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit c7e1e3b

Please sign in to comment.