Skip to content

Commit e6cb1f4

Browse files
committed
netstandard, fix #61
1 parent 22d4d93 commit e6cb1f4

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Gu.State/Gu.State.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net45</TargetFrameworks>
4+
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
55
<NeutralLanguage>en-US</NeutralLanguage>
66
<CodeAnalysisRuleSet>Gu.State.ruleset</CodeAnalysisRuleSet>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
8-
<RootNamespace>Gu.State</RootNamespace>
98
</PropertyGroup>
109
<Import Project="..\.paket\Paket.Restore.targets" />
1110
</Project>

Gu.State/paket.template

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
type project
2-
releasenotes
3-
* USABILITY: Throw exception with useful info when trying to track a notifying struct.
1+
type file
2+
version 0.1.0.2-dev
3+
title Gu.State
4+
id Gu.State
5+
authors Johan Larsson
6+
owners Johan Larsson
7+
copyright Copyright Johan Larsson 2017
8+
description Helper for managing state.
49

510
tags Equals, Copy, Sync, Diff, Dirty
611
projectUrl https://github.com/JohanLarsson/Gu.State
712
licenseUrl http://opensource.org/licenses/MIT
813

14+
releasenotes
15+
* USABILITY: Throw exception with useful info when trying to track a notifying struct.
16+
files
17+
../Gu.State/bin/Release/netstandard2.0/Gu.State.dll ==> netstandard2.0
18+
../Gu.State/bin/Release/netstandard2.0/Gu.State.xml ==> netstandard2.0
19+
../Gu.State/bin/Release/netstandard2.0/Gu.State.pdb ==> netstandard2.0
20+
../Gu.State/bin/Release/net45/Gu.State.dll ==> net45
21+
../Gu.State/bin/Release/net45/Gu.State.xml ==> net45
22+
../Gu.State/bin/Release/net45/Gu.State.pdb ==> net45
23+
924
excludeddependencies
1025
JetBrains.Annotations
1126
StyleCop.Analyzers

0 commit comments

Comments
 (0)