diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 2849255..23e66fe 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 5.0.103
+ dotnet-version: 5.0.301
- name: publish FakeItEasy.AutoFakeIt
id: publish_nuget_common
diff --git a/global.json b/global.json
new file mode 100644
index 0000000..f709ba1
--- /dev/null
+++ b/global.json
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "5.0.301",
+ "rollForward": "latestFeature"
+ }
+}
diff --git a/src/FakeItEasy.AutoFakeIt/FakeItEasy.AutoFakeIt.csproj b/src/FakeItEasy.AutoFakeIt/FakeItEasy.AutoFakeIt.csproj
index a55e11e..3d91fe5 100644
--- a/src/FakeItEasy.AutoFakeIt/FakeItEasy.AutoFakeIt.csproj
+++ b/src/FakeItEasy.AutoFakeIt/FakeItEasy.AutoFakeIt.csproj
@@ -7,10 +7,11 @@
true
+ snupkg
FakeItEasy.AutoFakeIt
snupkg
bin\$(Configuration)\FakeItEasy.AutoFakeIt.xml
- 1.0.0
+ 1.0.1
Mahmoud Ali
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
https://github.com/akamud/FakeItEasy.AutoFakeIt
@@ -18,9 +19,21 @@
Git
fakeiteasy, unit-testing, nunit, xunit, mstest
MIT
-
+
+ true
+ true
+ embedded
+
+
+
+ true
+
+
+
+ true
-
+
+