Skip to content

Commit

Permalink
Update to .NET Standard (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyeGeek authored Jul 22, 2020
1 parent dc79f2a commit b3bfc11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ public class Pizza : BaseEntity<int>
public int ToppingId { get; set; }
public Topping Topping { get; set; }
}
```
```

---

CSE Software Inc. is a privately held company founded in 1990. CSE develops software, AR/VR, simulation, mobile, and web technology solutions. The company also offers live, 24x7, global help desk services in 110 languages. All CSE teams are U.S. based with experience in multiple industries, including government, military, healthcare, construction, agriculture, mining, and more. CSE Software is a certified women-owned small business. Visit us online at [csesoftware.com](csesoftware.com).
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>CSESoftware.Repository.EntityFrameworkCore</PackageId>
<Authors>CSE Software, Inc.</Authors>
<Copyright>2020 CSE Software, Inc.</Copyright>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageIconUrl />
<Description>The Entity Framework Core implementation of CSESoftware.Repository.</Description>
Expand Down

0 comments on commit b3bfc11

Please sign in to comment.